pub type Tcl_PackageInitProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp) -> c_int>;
pub enum Tcl_PackageInitProc { None, Some(unsafe extern "C" fn(*mut Tcl_Interp) -> i32), }
No value.
Some value of type T.
T