Reverses the byte order of a 16-bit value.
Declared in <compat/byteswap.h>
<compat/byteswap.h>
constexpr uint16_t internal_bswap_16(uint16_t x);
The value with its byte order reversed.