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