devela::_dep::pyo3::ffi

Function PyCFunction_NewEx

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