pub type GDataForeachFunc = Option<unsafe extern "C" fn(GQuark, gpointer, gpointer)>;
pub enum GDataForeachFunc { None, Some(unsafe extern "C" fn(u32, *mut c_void, *mut c_void)), }
No value.
Some value of type T.
T