Function pyo3::ffi::PyTuple_GetItem

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