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