ecb_bswap32
#define ecb_bswap32(x) __builtin_bswap32 (x)
#define ecb_bswap32(x) ((uint32_t)_byteswap_ulong ((uint32_t)(x)))
ecb_bswap32 (uint32_t x)