//0x10 bytes (sizeof)
struct _CM_WORKITEM
{
struct _LIST_ENTRY ListEntry; //0x0
VOID (*WorkerRoutine)(VOID* arg1); //0x8
VOID* Parameter; //0xc
};