pub type Bytes64<LenT = usize> = Bytes<64, LenT>;
pub struct Bytes64<LenT = usize> { /* private fields */ }