pub unsafe extern "C" fn Tcl_CreateAliasObj( slave: *mut Tcl_Interp, slaveCmd: *const c_char, target: *mut Tcl_Interp, targetCmd: *const c_char, objc: c_int, objv: *const *mut Tcl_Obj, ) -> c_int