Function create_gpt_efi_disk

Source
pub fn create_gpt_efi_disk(
    out_img: &Path,
    with_files: &[(&Path, &Path)],
) -> Result<()>