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