pub type CRYPTO_EX_free = Option<unsafe extern "C" fn(parent: *mut c_void, ptr: *mut c_void, ad: *mut CRYPTO_EX_DATA, index: c_int, argl: c_long, argp: *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)),
}