pub type CRYPTO_EX_free = Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut crypto_ex_data_st, i32, i64, *mut c_void)>;
Aliased Type§
enum CRYPTO_EX_free {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *mut crypto_ex_data_st, i32, i64, *mut c_void)),
}