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