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