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