int luaL_newmetatable(ffi.Pointer<lua_State> L, ffi.Pointer<ffi.Char> tname) { return _luaL_newmetatable(L, tname); }