Function load

Source
pub fn load(
    importer: &mut dyn ImageLoad<Aarch64Register>,
    image: &[u8],
    config: ConfigType,
) -> Result<LoadInfo, Error>
Expand description

Load a UEFI image with the provided config type.