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