Function python27_sys::PyFunction_SetClosure[][src]

pub unsafe extern "C" fn PyFunction_SetClosure(
    f: *mut PyObject,
    closure: *mut PyObject
) -> c_int