//0x10 bytes (sizeof)
struct _PHYSICAL_MEMORY_DESCRIPTOR
{
    ULONG NumberOfRuns;                                                     //0x0
    ULONG NumberOfPages;                                                    //0x4
    struct _PHYSICAL_MEMORY_RUN Run[1];                                     //0x8
};