typedef void int_void(int);
int_void is a function taking an integer and returning nothing.
int_void
My question is: can it be
Pointers to functions are values in C/C++. Functions are not.