pub unsafe extern "C" fn PyUnicode_Replace( str: *mut PyObject, substr: *mut PyObject, replstr: *mut PyObject, maxcount: isize, ) -> *mut PyObject