pub unsafe extern "C" fn otBorderRoutingPrefixTableInitIterator(
    aInstance: *mut otInstance,
    aIterator: *mut otBorderRoutingPrefixTableIterator
)
Expand description

Initializes an otBorderRoutingPrefixTableIterator.

An iterator MUST be initialized before it is used.

An iterator can be initialized again to restart from the beginning of the table.

When iterating over entries in the table, to ensure the update times mMsecSinceLastUpdate of entries are consistent, they are given relative to the time the iterator was initialized.

@param[in] aInstance The OpenThread instance. @param[out] aIterator A pointer to the iterator to initialize.