pub unsafe fn PyParser_SimpleParseFile(
    fp: *mut FILE,
    s: *const i8,
    b: i32
) -> *mut _node
Available on neither PyPy nor Py_LIMITED_API nor Py_3_10.