pyo3_ffi

Function PyRun_SimpleFileEx

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