pub type XIOErrorExitHandler = Option<unsafe extern "C" fn(arg1: *mut Display, arg2: *mut c_void)>;
enum XIOErrorExitHandler { None, Some(unsafe extern "C" fn(_: *mut _XDisplay, _: *mut c_void)), }
No value.
Some value of type T.
T