fn nativeToLittle(comptime T: type, x: T) T
Converts an integer which has host endianness to little endian.
T: type,
x: T,