lua_gc
int res = lua_gc(L, o, ex);
int b = lua_gc(L, LUA_GCCOUNTB, 0);
LUA_API int (lua_gc) (lua_State *L, int what, int data);