Merges two Bytes at a time to a single one by removing the leading nibble (which has to be 0) of each byte.
0x03 0x0F -> 0x3F
Definition at line 3005 of file typedefs.h.