Function pyo3_ffi::PyFunction_New

source ·
pub unsafe extern "C" fn PyFunction_New(
code: *mut PyObject,
globals: *mut PyObject
) -> *mut PyObject