int lua_tointegerx( ffi.Pointer<lua_State> L, int idx, ffi.Pointer<ffi.Int> isnum, ) { return _lua_tointegerx(L, idx, isnum); }