pyo3_ffi

Function PyRun_AnyFileFlags

Source
pub unsafe extern "C" fn PyRun_AnyFileFlags(
    arg1: *mut FILE,
    arg2: *const c_char,
    arg3: *mut PyCompilerFlags,
) -> c_int
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.