I've done a lot of research and nothing came up... I'm new to Python and Ctypes and I'm trying to call functions from a shared library. So far so good, but these functions take as parameter specifics datatypes from structures defined inside the .soI've done a lot of research and nothing came up