I am trying to call C-function from Python by using ctypes features. And I got the error TypeError: _argtypes_ must be a sequence of types.
TypeError: _argtypes_ must be a sequence of types
I am a bit confus