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