Swap the higher nibble (bits 5-7) of each byte with the lower nibble (bits 0-3).
0x12 0x34 0xEF => 0x21 0x43 0xFE
Definition at line 3000 of file typedefs.h.