Function pyo3_ffi::PyRun_AnyFile
source ยท pub unsafe extern "C" fn PyRun_AnyFile(
fp: *mut FILE,
name: *const c_char,
) -> c_int
Available on non-
Py_LIMITED_API
and neither PyPy
nor GraalPy
only.