void generate_sequence (int xs, int currentlen, int seqlen, int *seq);
void check_loop_iterative(void (*f)(?), int xs, int seqlen, int *loop, int *looplen);
I need to pass first function to second function.So my question is.How should I fill the parameters where the question mark is?