Type Alias Tcl_PackageInitProc

Source
pub type Tcl_PackageInitProc = extern "C" fn(interp: *mut Tcl_Interp) -> c_int;