I have C code:
int func4b(float *x, int (*fp)(int *hello, float *goodbye)); int hello(int *x, float *y) { return 0; }