typedef int (*fooPtr)(int); int foo(int a) { return a + 1; } int main(){ void* funcPtr1 = reinterpret_cast