void SPI_cursor_move(Portal portal, bool forward, long count)
SPI_cursor_move skips over some number of rows in a cursor. This is equivalent to the SQL command MOVE.
SPI_cursor_move
portal containing the cursor
true for move forward, false for move backward
maximum number of rows to move