pub type Tk_ClientMessageProc = Option<unsafe extern "C" fn(tkwin: Tk_Window, eventPtr: *mut XEvent) -> c_int>;
pub enum Tk_ClientMessageProc { None, Some(unsafe extern "C" fn(*mut Tk_Window_, *mut _XEvent) -> i32), }
No value.
Some value of type T.
T