HTOLE16
#define HTOLE16(x) (x) = bswap16((uint16_t)(x))
#define HTOLE16(x) (void) (x)
#define HTOLE16(x) (x) = bswap16(__CAST(uint16_t, (x)))
#define HTOLE16(x) __CAST(void, (x))