ffi.Pointer<ffi.Void> lua_upvalueid( ffi.Pointer<lua_State> L, int fidx, int n, ) { return _lua_upvalueid(L, fidx, n); }