pyo3_ffi

Function PyRun_FileEx

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