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