Rewind the iterator to the first entry.
impl<'a> Iter<'a> { fn rewind(&mut self) -> Result<(), Errno> }