pub type SyncFailureCallback = Box<dyn Fn(&DatabaseError) + Send + Sync>;
pub struct SyncFailureCallback(/* private fields */);