pub unsafe extern "C" fn PyUnicode_Substring( str: *mut PyObject, start: isize, end: isize, ) -> *mut PyObject