lua_newstate
addbuff(buff, p, &lua_newstate); /* public function */
LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
state = lua_newstate(zcp_lua_alloc, &allocargs);