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