Type Alias lh_OPENSSL_CSTRING_hashfunc

Source
pub type lh_OPENSSL_CSTRING_hashfunc = Option<unsafe extern "C" fn(_: *const *const i8) -> u64>;

Aliased Type§

enum lh_OPENSSL_CSTRING_hashfunc {
    None,
    Some(unsafe extern "C" fn(_: *const *const i8) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const *const i8) -> u64)

Some value of type T.