swap32
#define swap32(x) \
#define swap32(x) __bswap_32(x)
static __inline uint32_t swap32(uint32_t val)
#define swap32(value) \