//0x48 bytes (sizeof)
struct _STATIC_NUMA_CONFIG
{
ULONG* ProcessorLocalId; //0x0
ULONG* ProcessorUid; //0x8
ULONG* ProcessorProximity; //0x10
ULONG* ProximityId; //0x18
ULONG* OrigProximityId; //0x20
ULONG* NodeCapacity; //0x28
USHORT* NodeDistance; //0x30
ULONG NodeCount; //0x38
ULONG ProcessorCount; //0x3c
ULONG AllocatedNodeCount; //0x40
ULONG AllocatedProcCount; //0x44
};