A limited subset of pywin32 re-implemented using ctypes (or cffi)
copied from cf-staging / pywin32-ctypesA reimplementation of pywin32 that is pure python. The default behaviour will try to use cffi (>= 1.3.0), if available, and fall back to using ctypes.