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