pub type GDataForeachFunc = Option<unsafe extern "C" fn(key_id: GQuark, data: gpointer, user_data: 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