pyo3_ffi

Function PyRun_FileExFlags

Source
pub unsafe extern "C" fn PyRun_FileExFlags(
    fp: *mut FILE,
    filename: *const c_char,
    start: c_int,
    globals: *mut PyObject,
    locals: *mut PyObject,
    closeit: c_int,
    flags: *mut PyCompilerFlags,
) -> *mut PyObject
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.