I\'m trying to write a SWIG wrapper for a C library that uses pointer开发者_Go百科s to functions in its structs.I can\'t figure out how to handle structs that contain function pointers.A simplified ex
Preface: I have two header files: "Sample.h" and "Sample2.h". Here are the contents of the two headers: