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