Reference: getStructNameFromIndex
getStructNameFromIndex(str, n) returns the name (that is, the identifier, not the associated value) of the nth (1, 2, ...) member of the structurer str, as a string. To obtain the value, use getStructMemberFromIndex(str, n) instead.