pub unsafe extern "C" fn sdmmc_can_discard(
    card: *mut sdmmc_card_t
) -> esp_err_t
Expand description

Check if SD/MMC card supports discard

@param card pointer to card information structure previously initialized using sdmmc_card_init @return - ESP_OK if supported by the card/device - ESP_FAIL if not supported by the card/device