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