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