Function esp_idf_sys::esp_partition_iterator_release
source ยท pub unsafe extern "C" fn esp_partition_iterator_release(
iterator: esp_partition_iterator_t,
)
Expand description
@brief Release partition iterator
@param iterator Iterator obtained using esp_partition_find. The iterator is allowed to be NULL, so it is not necessary to check its value before calling this function.