12345
void PrintVals( void (*)(int&, int&), int&, int& );
It's a function called PrintVals which returns void and takes three arguments: a pointer to a function which returns void and takes to references to int a reference to int a reference to int