Callback in python ctypes
I’m trying to wrap a C library in Python using ctypes. A function call requires a callback function which I implemented using the programming manual.The problem is that I’m unable get the return value as “True” from this wrapper and I’m new to callback function.