//0x3c bytes (sizeof)
struct _SECURITY_CLIENT_CONTEXT
{
    struct _SECURITY_QUALITY_OF_SERVICE SecurityQos;                        //0x0
    VOID* ClientToken;                                                      //0xc
    UCHAR DirectlyAccessClientToken;                                        //0x10
    UCHAR DirectAccessEffectiveOnly;                                        //0x11
    UCHAR ServerIsRemote;                                                   //0x12
    struct _TOKEN_CONTROL ClientTokenControl;                               //0x14
};