Type Definition GIOFunc
glib_sys
type GIOFunc = Option<unsafe extern "C" fn(_: *mut GIOChannel, _: GIOCondition, _: gpointer) -> gboolean>;