#include #include #include CAMLprim value f(unit) { CAMLparam0(); caml_callback(*caml_named_value("test_printf"),Val_unit); CAMLreturn(Val_unit); }