Rewind FIFO list to the beginning.
rewind-fifo will position at the very first key/value pair put into <list> which was created with
new-fifo. Each time
read-fifo is used, the internal position moves to the next pair in the order they were put in. rewind-fifo rewinds back to the very first one.