pub type OPENSSL_LH_HASHFUNCTHUNK = Option<unsafe extern "C" fn(*const c_void, Option<unsafe extern "C" fn(*const c_void) -> u64>) -> u64>;
Aliased Type§
enum OPENSSL_LH_HASHFUNCTHUNK {
None,
Some(unsafe extern "C" fn(*const c_void, Option<unsafe extern "C" fn(*const c_void) -> u64>) -> u64),
}