Function pyo3::ffi::PyCFunction_NewEx

source ·
pub unsafe fn PyCFunction_NewEx(
    ml: *mut PyMethodDef,
    slf: *mut PyObject,
    module: *mut PyObject
) -> *mut PyObject
Available on Py_3_9 only.