Hi list, I have a value of type `unit ptr` that points to a function with known signature. Is there a way to obtain an OCaml function out of it in order to call it ?
In other words, I am looking for a function with signature : `unit ptr -> 'a fn -> 'a`. I did look through the docs but unless I missed something this case does not seem to be covered. Any ideas? Best wishes, Nicolas
_______________________________________________ Ctypes mailing list [email protected] http://lists.ocaml.org/listinfo/ctypes
