pub fn verify_snapshot_archive<P, Q, R>( snapshot_archive: P, snapshots_to_verify: Q, storages_to_verify: R, archive_format: ArchiveFormat)where P: AsRef<Path>, Q: AsRef<Path>, R: AsRef<Path>,