pub unsafe extern "C" fn PyParser_SimpleParseStringFlagsFilename(
    arg1: *const i8,
    arg2: *const i8,
    arg3: i32,
    arg4: i32
) -> *mut _node
Available on neither PyPy nor Py_3_10.