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