Hi Gambit.
I'm new to C programming, and am struggling in thinking up a way to wrap c functions that have out parameters via pointers. My strongest desire would to be able to call a c-lambda like-so:
(receive return-value-1 return-value-2 (my-c-lambda-wrapper-call some args) ....)
But I am completely stumped.
Thanks for any help/advice you can give.