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)),
}