Function pyo3::ffi::PyRun_SimpleFileEx

source ·
pub unsafe extern "C" fn PyRun_SimpleFileEx(
f: *mut FILE,
p: *const i8,
c: i32
) -> i32
Available on non-PyPy only.