Function pyo3::ffi::PyRun_AnyFileEx[][src]

pub unsafe extern "C" fn PyRun_AnyFileEx(
    fp: *mut FILE,
    name: *const c_char,
    closeit: c_int
) -> c_int
This is supported on non-PyPy only.