pub type Bytes = Arc<Vec<u8>>;
A type alias for a shareable byte array
struct Bytes { /* private fields */ }