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