I have a two function C library. I already have the python code that calls the C code when compiled into a shared library. It uses ctypes and it works.
ctypes
I wou