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