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