[cdecl: C gibberish ↔ English](https://cdecl.org/) > Example: int (*(*foo)(const void *))[3] > Output: declare foo as pointer to function (pointer to const void) returning pointer to array 3 of int
cdecl: C gibberish ↔ English