pub type SledDbOverlayPtr = Arc<Mutex<SledDbOverlay>>;
Atomic pointer to sled db overlay.
pub struct SledDbOverlayPtr { /* private fields */ }