pub type ArcBytesRef<'a, L = Compact> = ArcSliceRef<'a, u8, L>;
struct ArcBytesRef<'a, L = Compact> { /* private fields */ }