Some days ago I was writing a DLL’s wrapper in ctypes and I came across of this typedef in the header file:
typedef struct _FILEHandle *FILEHandle;
To translate this definition into ctypes is pretty straight-forward (if you already know the solution
).
View full article »










