pub static lua_rawset: Lazy<extern "C" fn(l: LuaState, idx: c_int)>
Same as lua_settable, but without calling any metamethods.