pub type I64Bytes<E> = I64<E>;
An unaligned i64 value with an externally specified endianness of type E.
i64
E
pub struct I64Bytes<E>(/* private fields */);