//0x8 bytes (sizeof)
union _RTL_TICK_LOCK
{
ULONGLONG AsULong64; //0x0
ULONGLONG Busy:1; //0x0
ULONGLONG Ticks:63; //0x0
};