luaL_newstate method

Pointer<lua_State> luaL_newstate()

Implementation

ffi.Pointer<lua_State> luaL_newstate() {
  return _luaL_newstate();
}