⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here
pub unsafe extern "C" fn PyUnicode_Replace(
    str: *mut PyObject,
    substr: *mut PyObject,
    replstr: *mut PyObject,
    maxcount: Py_ssize_t
) -> *mut PyObject