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