EQA1524E The first operand of the subscript operator must be a pointer to a type with defined size.
Explanation
This message applies to the C subscript operator. The subscript operator cannot be applied to pointers to void, function designators or pointers to functions.