Function pyo3::ffi::PyFunction_SetClosure

source ·
pub unsafe extern "C" fn PyFunction_SetClosure(
    op: *mut PyObject,
    closure: *mut PyObject
) -> i32