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