Function PyUnicode_Replace
pub unsafe extern "C" fn PyUnicode_Replace(
str: *mut PyObject,
substr: *mut PyObject,
replstr: *mut PyObject,
maxcount: isize,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.