标签: python swig void-pointers
在C中,我的参数函数为void *,我使用swig(python)来调用它们,请让我知道如何调用它们。
功能:
extern int test (void* data);