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