pub fn new_state() -> Result<LuaState, LuaError>
Create a new LuaState with the default allocator, a panic handler, and warnings disabled.
LuaState
C: LUALIB_API lua_State *luaL_newstate(void)
LUALIB_API lua_State *luaL_newstate(void)