pub type GIOFunc = Option<unsafe extern "C" fn(source: *mut GIOChannel, condition: GIOCondition, user_data: gpointer) -> gboolean>;Aliased Type§
pub enum GIOFunc {
None,
Some(unsafe extern "C" fn(*mut _GIOChannel, u32, *mut c_void) -> i32),
}