pub type OSSL_FUNC_keymgmt_match_fn = Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void, _: i32) -> i32>;
Aliased Type§
enum OSSL_FUNC_keymgmt_match_fn {
None,
Some(unsafe extern "C" fn(_: *const c_void, _: *const c_void, _: i32) -> i32),
}