pub unsafe extern "C" fn PyParser_ASTFromString(
    s: *const i8,
    filename: *const i8,
    start: i32,
    flags: *mut PyCompilerFlags,
    arena: *mut PyArena
) -> *mut _mod
This is supported on non-Py_3_10 only.