I have been using SWIG for a long time - generally I like it. But doing callback functions seems (much) easier using ctypes.
How can I combine the two "ways" of interacting with a C dll ?
The first step would be to know, how to get a ctypes object to the dll after the dll is already loaded via the import of the corresponding SWIG module.
Thanks,
Sebastian.