pub unsafe extern "C" fn PyUnicode_RSplit( s: *mut PyObject, sep: *mut PyObject, maxsplit: Py_ssize_t, ) -> *mut PyObject