pub const LUA_NOREF: i32 = -2;
Pseudo-reference meaning “no reference” (never created by lua_ref). C: #define LUA_NOREF (-2)
lua_ref
#define LUA_NOREF (-2)