Function pyo3_ffi::PyFunction_SetClosure

source ยท
pub unsafe extern "C" fn PyFunction_SetClosure(
    op: *mut PyObject,
    closure: *mut PyObject
) -> c_int