typedef struct _KSPIN_LOCK_QUEUE
{
    KSPIN_LOCK_QUEUE *Next;
    unsigned __int64 *Lock;
} KSPIN_LOCK_QUEUE, *PKSPIN_LOCK_QUEUE;