devela::_dep::pyo3::ffi

Function PyCFunction_New

pub unsafe fn PyCFunction_New(
    ml: *mut PyMethodDef,
    slf: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.