Function pyo3::ffi::PyCFunction_New

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