Rather quite here, but I think this would be the best place to ask this:
ctypes.cdll.LoadLibrary(Path(bundled_lib))
import _python_binding
In this example, the _python_binding module is built with link_libraries to the one in bundled_lib. As far as I have tested, it works fine, but I got a report that on alpine docker this one failed. Anyone got an idea of that?