Fixtype of parameter declarations [C:6.7.6].
This is a product type introduced by fty::defprod.
These are used as part of function declarators, to specify the parameters of a function.
We only support parameter declarations consisting of type specifier sequences and object declarators. This also implies that we only use named function parameters (i.e. no abstract declarators).