Fix a function pointer type mismatch for C23.

Conveniently, the C++ style "just don't name the argument if you're not going to use it" syntax is in C23. Inconveniently, given that this has already been by far the most troublesome C update ever, I'm assuming that the switch is likely to bounce, so this change goes with backwards-compatible syntax.

Change-Id: Ic67398042cb70c22a833b8bf8a745177a50dd9cd
1 file changed