fn dump_nvram_from_json( file_path: impl AsRef<Path>, output_path: Option<impl AsRef<Path>>, truncate: bool, ) -> Result<(), Error>
Get UEFI variables from a JSON file and write to output_path.
output_path