Bindings callbacks functions using pybind11

后端 未结 0 1982
孤城傲影
孤城傲影 2020-12-12 02:10

I have the following callback in C which I need to bind it using pybind11 so that, it can be called from python.

typedef gpointer (*CopyFunc) (gpointer data,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题