pub fn byte_swap_i64(i: i64) -> i64
Swap the bytes of the given 64-bit value.
assert_eq!(byte_swap_i64(0x0A123456_789ABC01), 0x01BC9A78_5634120A);
_bswap64
bswap r64