pub type RingChunkRef<P> = Rc<RefCell<RingChunk<P>>>;
A reference to a RingChunk wrapped in an RC & RefCell
pub struct RingChunkRef<P> { /* private fields */ }