pub type Tcl_WaitForEventProc = Option<unsafe extern "C" fn(timePtr: *const Tcl_Time) -> c_int>;
pub enum Tcl_WaitForEventProc { None, Some(unsafe extern "C" fn(*const Tcl_Time) -> i32), }
No value.
Some value of type T.
T