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