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