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