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