Function pyo3::ffi::PyStructSequence_GET_ITEM[][src]

pub unsafe fn PyStructSequence_GET_ITEM(
    op: *mut PyObject,
    i: Py_ssize_t
) -> *mut PyObject
This is supported on neither Py_LIMITED_API nor PyPy.