pub type DrkPtr = Arc<RwLock<Drk>>;
Atomic pointer to a Drk structure.
Drk
pub struct DrkPtr { /* private fields */ }