Which declaration makes handler a pointer to a function that takes int and returns int?

from C function pointers
C23 (GCC 13.3.0) beginner 1 min

Which declaration makes handler a pointer to a function that takes int and returns int?

Report an error