pub type BytesTapeViewU32<'a> = BytesTapeView<'a, u32>;
pub struct BytesTapeViewU32<'a> { /* private fields */ }