pub(crate) unsafe extern "C" fn assign_sequence_item_from_mapping( obj: *mut PyObject, index: Py_ssize_t, value: *mut PyObject, ) -> c_int