The following takes more spec, but is faster to parse, than the existing format1: ```cpp struct MultiItemVariationData { uint8 Format; // 2 uint16 regionIndexCount; uint16 regionIndexes[regionIndexCount]; CFF2IndexOf<float[]> deltaSets; }; ```