//0x38 bytes (sizeof)
struct _MI_WRITE_CALIBRATION
{
ULONG MaximumNumberProcessors; //0x0
UCHAR OptimalWriteType; //0x4
UCHAR CalibrationCompleted; //0x5
UCHAR CalibrationFinal[2]; //0x6
ULONGLONG PerProcessorNumberOfBytes; //0x8
ULONGLONG PerProcessorBandwidth[2]; //0x10
ULONG OptimalWriteProcessors[2][2]; //0x20
struct _MI_WRITE_MODES* PureZeroing; //0x30
};