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