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