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