[go: up one dir, main page]

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