test_func
overhead = test_func(&null_func);
libcall = test_func((void *)&getpid); // getpid is currently implemented as a library function returning the value of a global
syscall = test_func((void *)&is_computer_on);