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