GCC 14 (or more) has more strict check for function prototype.
- The reference: https://gcc.gnu.org/gcc-14/porting_to.html#warnings-as-errors
We have some code which need to be fixed.
- libgcrypt: use case with `GetProcAddress`
- gpgme: use case with `GetProcAddress`, use case with `assuan_system_hooks`
- possibly more