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