lua_call
lua_call(L, 1, 1);
lua_call(L, 1, 1); /* open module */
lua_call(L, 1, 3); /* get 3 values from metamethod */
lua_call(L, n, 1);
lua_call(L, 2, 1);