pub type RepairCallback = Arc<dyn Fn(&RepairReport) + Send + Sync>;
Called with a report every time a repair rebuilds the database
pub struct RepairCallback { /* private fields */ }