pub type OSSL_FUNC_OPENSSL_cleanse_fn = Option<unsafe extern "C" fn(_: *mut c_void, _: usize)>;
enum OSSL_FUNC_OPENSSL_cleanse_fn { None, Some(unsafe extern "C" fn(_: *mut c_void, _: usize)), }
No value.
Some value of type T.
T