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