I wrote a C++ .dll with a function that returns an OpenCV\'s cv::dnn object. I want to expose this function to Python code. I tried using ctypes but gave up after learning t