pub unsafe extern "C" fn PyRun_FileFlags(
fp: *mut FILE,
p: *const c_char,
s: c_int,
g: *mut PyObject,
l: *mut PyObject,
flags: *mut PyCompilerFlags,
) -> *mut PyObject
Available on non-
Py_LIMITED_API
and neither PyPy
nor GraalPy
only.