Function pyo3::ffi::PyTuple_SetItem

source ยท
pub unsafe extern "C" fn PyTuple_SetItem(
    arg1: *mut PyObject,
    arg2: isize,
    arg3: *mut PyObject,
) -> i32