This is a typedef for void (*)(), a pointer to a function that takes no arguments and returns void.
void (*)()