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