pub type lh_OPENSSL_STRING_hashfunc = Option<unsafe extern "C" fn(_: *const *mut i8) -> u64>;
enum lh_OPENSSL_STRING_hashfunc { None, Some(unsafe extern "C" fn(_: *const *mut i8) -> u64), }
No value.
Some value of type T.
T