pub type GHashFunc = Option<unsafe extern "C" fn(gconstpointer) -> c_uint>;
pub enum GHashFunc { None, Some(unsafe extern "C" fn(*const c_void) -> u32), }
No value.
Some value of type T.
T