pub fn install_to_esp_with_progress(
bs: &BootServices,
esp: &EspInfo,
image_handle: *mut (),
progress: Option<&'_ mut dyn FnMut(usize, usize, &str)>,
) -> Result<(), InstallError>Expand description
Install bootloader to ESP with progress reporting