pyo3_ffi

Function PyFunction_New

Source
pub unsafe extern "C" fn PyFunction_New(
    code: *mut PyObject,
    globals: *mut PyObject,
) -> *mut PyObject
Available on non-Py_LIMITED_API only.