//0x30 bytes (sizeof)
struct _ETW_DECODE_CONTROL_ENTRY
{
    struct _ETW_DECODE_CONTROL_ENTRY* Next;                                 //0x0
    struct _GUID Decode;                                                    //0x8
    struct _GUID Control;                                                   //0x18
    UCHAR ConsumersNotified;                                                //0x28
};