pub unsafe extern "C" fn esp_image_get_flash_size(
    app_flash_size: esp_image_flash_size_t
) -> c_int
Expand description

@brief Get the flash size of the image

@param app_flash_size The value configured in the image header @return Actual size, in bytes.