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