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