pyo3_ffi

Function PyRun_InteractiveLoop

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