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