GED_SIZE
#define GED_DATA(ged) ((uint8_t *)(ged) + GED_SIZE(ged))
if ((uint64_t)GED_SIZE(ged) + ged->ErrorDataLength > len - off)
off += GED_SIZE(ged) + ged->ErrorDataLength;