ctypes to load library in c/c++

cdll.LoadLibrary(...)

restype (default is c_int)

argtypes (what's the default? c_int?)

customized data structure

how ctypes wrap c/c++ functions?

原文地址:https://www.cnblogs.com/lynnge/p/5997571.html