pub type GtkKeySnoopFunc = Option<unsafe extern "C" fn(*mut GtkWidget, *mut GdkEventKey, gpointer) -> c_int>;
pub enum GtkKeySnoopFunc { None, Some(unsafe extern "C" fn(*mut GtkWidget, *mut GdkEventKey, *mut c_void) -> i32), }
No value.
Some value of type T.
T