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