pub const LUA_REFNIL: i32 = -1;
Pseudo-reference returned by lua_ref when the pushed value was nil. C: #define LUA_REFNIL (-1)
lua_ref
nil
#define LUA_REFNIL (-1)