typedef struct _EX_FAST_REF { union { void *Object; unsigned __int64 RefCnt : 4; unsigned __int64 Value; }; } EX_FAST_REF, *PEX_FAST_REF;