Function pyo3::ffi::PyMapping_SetItemString

source ·
pub unsafe extern "C" fn PyMapping_SetItemString(
    o: *mut PyObject,
    key: *const i8,
    value: *mut PyObject
) -> i32