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

@brief Verifies the validity of the OTA data select

@param[in] s The OTA data select. @return Returns true on valid, false otherwise.