Creates a Python3 extension module from the given C functions, which must be of type PyObject* (PyObject* args, PyObject* kwargs). kwargs is optional. The aggregates are the D structs/classes/enums to be wrapped.
See Implementation
Creates a Python3 extension module from the given C functions, which must be of type PyObject* (PyObject* args, PyObject* kwargs). kwargs is optional. The aggregates are the D structs/classes/enums to be wrapped.