Skip to main content

PyCFunction_New

Function PyCFunction_New 

pub unsafe fn PyCFunction_New(
    ml: *mut PyMethodDef,
    slf: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls and Py_3_9 only.