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