pub type ArcBytes<L = Compact> = ArcSlice<u8, L>;
struct ArcBytes<L = Compact> { /* private fields */ }