pub unsafe extern "C" fn PyParser_SimpleParseFileFlags(
    arg1: *mut FILE,
    arg2: *const i8,
    arg3: i32,
    arg4: i32
) -> *mut _node
This is supported on non-Py_3_10 only.