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