pub unsafe extern "C" fn bootloader_common_ota_select_crc(
    s: *const esp_ota_select_entry_t
) -> u32
Expand description

@brief Calculate crc for the OTA data select.

@param[in] s The OTA data select. @return Returns crc value.