Function pyo3_ffi::PyObject_GetItem

source ·
pub unsafe extern "C" fn PyObject_GetItem(
o: *mut PyObject,
key: *mut PyObject
) -> *mut PyObject