[plt-scheme] Addition to ffi documentation

From: Jon Rafkind (workmin at ccs.neu.edu)
Date: Sun Jan 8 11:30:50 EST 2006

The explanation for ffi-callback does not clearly explain how to use the 
result of this procedure. It does return a _pointer but more accurately 
it returns an _fpointer. Could the docs be changed to something like:

This operation is the symmetric counterpart of |ffi-call|. It receives a 
Scheme procedure and creates a callback object, which can also be used 
as a pointer. This object can be used as a C-callable function, of type 
_fpointer, which will invoke |proc| using the types to specify how 
values are marshaled.


Posted on the users mailing list.