I am expanding a C-extension to use uses OpenCV, and to start, cvtColor, but I am getting an undefined symbol error. I think it may be me mixing up C and C++, or maybe loading the library incorrectly. I have the error boiled down to this C code:I am expanding a C-extension to use uses OpenCV