pub unsafe extern "C-unwind" fn IOIteratorReset(
iterator: io_iterator_t,
)Available on crate feature
libc only.Expand description
Resets an iteration back to the beginning.
If an iterator is invalid, or if the caller wants to start over, IOIteratorReset will set the iteration back to the beginning.
Parameter iterator: An IOKit iterator handle.