pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: Py_ssize_t) -> *mut PyObjectAvailable on neither
GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.Expand description
Macro, trading safety for speed