async fn vmgs_file_dump_nvram(
file_path: impl AsRef<Path>,
output_path: Option<impl AsRef<Path>>,
key_path: Option<impl AsRef<Path>>,
truncate: bool,
) -> Result<(), Error>
Expand description
Get UEFI variables from the VMGS file, and write to data_path
.