pub unsafe extern "C" fn nvs_flash_deinit_partition(
    partition_label: *const c_char
) -> esp_err_t
Expand description

@brief Deinitialize NVS storage for the given NVS partition

@param[in] partition_label Label of the partition

@return - ESP_OK on success - ESP_ERR_NVS_NOT_INITIALIZED if the storage for given partition was not initialized prior to this call