pub unsafe extern "C" fn esp_partition_next(
    iterator: *mut esp_partition_iterator_opaque_
) -> *mut esp_partition_iterator_opaque_
Expand description

@brief Move partition iterator to the next partition found

Any copies of the iterator will be invalid after this call.

@param iterator Iterator obtained using esp_partition_find. Must be non-NULL.

@return NULL if no partition was found, valid esp_partition_iterator_t otherwise.