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