[][src]Function python27_sys::PyTuple_SetItem

pub unsafe extern "C" fn PyTuple_SetItem(
    p: *mut PyObject,
    pos: Py_ssize_t,
    o: *mut PyObject
) -> c_int