pub fn verify_iso_integrity( path: &Path, callback: Option<&(dyn Fn(String) + Send + Sync)>, ) -> Result<(), Box<dyn Error + Send + Sync>>