pub unsafe fn PyParser_SimpleParseFile(
    fp: *mut FILE,
    s: *const i8,
    b: i32
) -> *mut _node
This is supported on non-Py_LIMITED_API and non-Py_3_10 only.