le32toh
#define le32toh(x) __htole32(x)
# define le32toh(x) letoh(32,(x))
#define le32toh(x) (x)
#define le32toh(x) _byteswap_ulong(x)
#define le32toh(x) OSSwapLittleToHostInt32(x)