pub type GdkEventFunc = Option<unsafe extern "C" fn(*mut GdkEvent, gpointer)>;
pub enum GdkEventFunc { None, Some(unsafe extern "C" fn(*mut GdkEvent, *mut c_void)), }
No value.
Some value of type T.
T