pub type i128be = BigEndian<i128>;
Shorthand for BigEndian<i128>
BigEndian<i128>
pub struct i128be(/* private fields */);