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