pub type B192 = FixedBytes<24>;
24-byte fixed byte-array type.
struct B192(pub [u8; 24]);
0: [u8; 24]