devel/cdecl: upgrade to 16.2
Partial typeof support
Both typeof and typeof_unqual in C23 are partially supported in that types are accepted (but expressions are not):
typeof(int*) x supported
typeof(x) y not supported
Additionally, GNU's typeof is a synonym for typeof.