# http://stackoverflow.com/questions/8638942/python-ctypes-pointer-to-pointer-to-structure # http://stackoverflow.com/questions/3131854/how-to-return-a-pointer-to-a ...
:mod:`ctypes` is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these libraries in pure ...