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