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