pub fn install_to_esp(
bs: &BootServices,
esp: &EspInfo,
image_handle: *mut (),
) -> Result<(), InstallError>Expand description
Install bootloader to ESP using direct FAT32 write Bypasses UEFI file system protocol (which fails on new partitions)