pub type GInputFunction = Option<unsafe extern "C" fn(data: *mut c_void, source: *mut GIOChannel, condition: c_int)>;
pub enum GInputFunction { None, Some(unsafe extern "C" fn(*mut c_void, *mut _GIOChannel, i32)), }
No value.
Some value of type T.
T