status = int(C.VeProtect(C.VeObj(fpeProtect), &argsProtect))
This is failing at runtime with
------------------------
------------------------
The first thing that's frustrating about this error is that I can't tell which argument it's talking
about. I would guess it's the first one, as it's more complicated than the second.
The type of "fpeProtect" is "C.VeFPE", and "C.VeObj" is an alias for "void*".
And "C.VeFPE" is defined as:
type _Ctype_VeFPE *_Ctype_struct_VeFPE_st
Any suggestions?