pub type Tcl_EventCheckProc = Option<unsafe extern "C" fn(clientData: ClientData, flags: c_int)>;
pub enum Tcl_EventCheckProc { None, Some(unsafe extern "C" fn(*mut c_void, i32)), }
No value.
Some value of type T.
T