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