I am using Python 3.6.0 and ctypes to access functions exported from a .dll. I want to access the functions by instantiating function prototype with a paramflags parameter. One of the functions in the .dll is defined static so it is not exported. However the .dll also contains a function pointer that points to that function and that is exported.I am using Python 3.6.0 and ctypes to access fu