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