void my_wait_func(var) = wait; //save pointer of wait in my_wait_func

#define wait(i) do{ diag("waiting\n"); my_wait_func(i); } while(0)