I am in initial phase of learning C language. I have one doubt regarding a statement including void pointer.
void (*myvar)(const struct foo *);
Can anyone please help me about the above line. What is the exact meaning of above line and how do use this pointer in the code.