pyo3_ffi

Function PyRun_AnyFileEx

Source
pub unsafe extern "C" fn PyRun_AnyFileEx(
    fp: *mut FILE,
    name: *const c_char,
    closeit: c_int,
) -> c_int
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.