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