pub type XConnectionWatchProc = Option<unsafe extern "C" fn(*mut Display, XPointer, c_int, Bool, XPointer)>;
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