pub unsafe extern "C" fn PyParser_ASTFromString(
s: *const c_char,
filename: *const c_char,
start: c_int,
flags: *mut PyCompilerFlags,
arena: *mut PyArena,
) -> *mut _mod
Available on non-
Py_LIMITED_API
and neither PyPy
nor GraalPy
nor Py_3_10
only.