python27_sys

Function PyFunction_SetClosure

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