pub(crate) fn vhdfiledisk_create( path: impl AsRef<Path>, req_file_size: Option<u64>, force_create: bool, ) -> Result<Disk, Error>