Function python3_sys::PyMapping_SetItemString
source ยท pub unsafe extern "C" fn PyMapping_SetItemString(
o: *mut PyObject,
key: *const c_char,
value: *mut PyObject,
) -> c_int
pub unsafe extern "C" fn PyMapping_SetItemString(
o: *mut PyObject,
key: *const c_char,
value: *mut PyObject,
) -> c_int