pub type Tk_EventProc = Option<unsafe extern "C" fn(clientData: ClientData, eventPtr: *mut XEvent)>;
pub enum Tk_EventProc { None, Some(unsafe extern "C" fn(*mut c_void, *mut _XEvent)), }
No value.
Some value of type T.
T