The C functions that Python is actually going to call, of the type
PyObject* (PyObject* args, PyObject* kwargs). "Returned" as python.boilerplate.CFunctions,
obtained by reflecting on the passed-in modules and synthethising the necessary functions
by doing all conversions automatically.
The C functions that Python is actually going to call, of the type PyObject* (PyObject* args, PyObject* kwargs). "Returned" as python.boilerplate.CFunctions, obtained by reflecting on the passed-in modules and synthethising the necessary functions by doing all conversions automatically.