devela::_dep::pyo3::ffi::compat

Function PyList_GetItemRef

pub unsafe fn PyList_GetItemRef(
    arg1: *mut PyObject,
    arg2: isize,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.