pub(crate) async fn vmgs_file_copy_igvmfile( file_path: impl AsRef<Path>, data_path: impl AsRef<Path>, allow_overwrite: bool, resource_code: ResourceCode, ) -> Result<(), Error>