pub type HashFunc = Option<unsafe extern "C" fn(arg1: *const c_char) -> c_uint>;
pub enum HashFunc { None, Some(unsafe extern "C" fn(*const i8) -> u32), }
No value.
Some value of type T.
T