//0x60 bytes (sizeof)
struct _MMMOD_WRITER_MDL_ENTRY
{
    struct _LIST_ENTRY Links;                                               //0x0
    union
    {
        struct _IO_STATUS_BLOCK IoStatus;                                   //0x8
    } u;                                                                    //0x8
    struct _IRP* Irp;                                                       //0x10
    union
    {
        ULONG KeepForever;                                                  //0x14
    } u1;                                                                   //0x14
    struct _MMPAGING_FILE* PagingFile;                                      //0x18
    struct _FILE_OBJECT* File;                                              //0x1c
    struct _CONTROL_AREA* ControlArea;                                      //0x20
    struct _ERESOURCE* FileResource;                                        //0x24
    union _LARGE_INTEGER WriteOffset;                                       //0x28
    union _LARGE_INTEGER IssueTime;                                         //0x30
    struct _MDL* PointerMdl;                                                //0x38
    struct _MDL Mdl;                                                        //0x3c
    ULONG Page[1];                                                          //0x58
};