Replace DE_CONST(k, v) with v = UNCONST(k) macro
Replace the complicated DE_CONST macro that required union with much simple reference-dereference trick in the UNCONST() macro.
Replace the complicated DE_CONST macro that required union with much simple reference-dereference trick in the UNCONST() macro.