You need to mirror all fields up to and including the one you want to access, but it's fine to replace arbitrary pointers by Ptr{Void}. Also note that you currently should not attempt to pass structs to C by value since that probably won't work (pointers are fine though).
On Wed, Apr 9, 2014 at 7:06 PM, Dominique Orban <dominique.or...@gmail.com>wrote: > Oh, and some struct members are function pointers that I'd like to call... >