Type Alias OPENSSL_LH_HASHFUNCTHUNK

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, Option<unsafe extern "C" fn(*const c_void) -> u64>) -> u64)

Some value of type T.