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