pub type U128 = U128<BigEndian>;
A 128-bit unsigned integer stored in big-endian byte order.
struct U128(/* private fields */);