Validate a structure or union specifier.
(valid-strunispec strunispec table ienv) → (mv erp new-strunispec return-types new-table)
We check that there is at least a name or a list of members [C:6.7.2.1/2].
For now our validation tables include no information about structure and union tags, so we do not extend the validation table, if the structure or union specifier has a name. However, we validate the members, if present.