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