pub fn set_metatable(state: &mut LuaState, tname: &[u8]) -> Result<(), LuaError>
Set the metatable of the value at stack top to the one registered as tname.
tname
C: LUALIB_API void luaL_setmetatable(lua_State *L, const char *tname)
LUALIB_API void luaL_setmetatable(lua_State *L, const char *tname)