#include void callCallback(void (*f) ()) { printf("native: calling callback\n"); f(); printf("native: done calling callback\n"); }