pub type SectionVerifyResult = (u8, &'static str, usize, Result<(), String>);
One verification entry per section: (section_id, section_name, bytes_checked, result).
(section_id, section_name, bytes_checked, result)
Returned by verify_snapshot.
verify_snapshot