pub type RcBytes = RcSlice<[u8]>;
RcSlice over a byte slice.
pub struct RcBytes { /* private fields */ }