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