Function pyo3::ffi::PyCFunction_NewEx[][src]

pub unsafe extern "C" fn PyCFunction_NewEx(
    ml: *mut PyMethodDef,
    slf: *mut PyObject,
    module: *mut PyObject
) -> *mut PyObject