Cannot cythonize C++ source if function isn’t explicitly used in a new Python function in the same file
I was following the Cython tutorial on using C libraries and found out I can do the same for C++, and consulted the equivalent guide. Instead of a class, I wanted to start simple and import and use a function.