pub unsafe fn PyParser_SimpleParseString(
    s: *const c_char,
    b: c_int
) -> *mut _node
This is supported on non-Py_LIMITED_API and non-Py_3_10 only.