le32toh
#define le32toh(x) ((uint32_t)(x))
#define le32toh(x) bswap32((x))
#define le32toh(x) ((uint32_t)__swap_int32(x))
#define le32toh(x) B_LENDIAN_TO_HOST_INT32(x)
#define le32toh(x) ((uint32_t)(x))
#define le32toh(x) bswap32((x))