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