//0x18 bytes (sizeof)
struct _POP_IRP_WORKER_ENTRY
{
    struct _LIST_ENTRY Link;                                                //0x0
    struct _ETHREAD* Thread;                                                //0x8
    struct _IRP* Irp;                                                       //0xc
    struct _DEVICE_OBJECT* Device;                                          //0x10
    UCHAR Static;                                                           //0x14
};