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