pub type BytesCowsU16U8<'a> = BytesCows<'a, u16, u8>;
pub struct BytesCowsU16U8<'a> { /* private fields */ }