pub fn write_archive_seekable_with_ai<W: Write + Seek>( store: &VersionStore, writer: W, compress: &str, timestamp_filter: Option<&str>, extension_sections: Vec<(u32, Vec<u8>)>, ) -> Result<FxarExportStats>