cdll.LoadLibrary(...)
restype (default is c_int)
argtypes (what‘s the default? c_int?)
customized data structure
how ctypes wrap c/c++ functions?
ctypes to load library in c/c++
原文:http://www.cnblogs.com/lynnge/p/5997571.html