I have a compiled a Python extension. The resulting binary mylib.so file can be imported in the Python script and works fine.
mylib.so
Now I am wondering how to write