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