pub type AtomTableRef<M> = RcuRef<InnerAtomTable, M>;
pub struct AtomTableRef<M> { /* private fields */ }