Function PyRun_FileEx
pub unsafe extern "C" fn PyRun_FileEx(
fp: *mut FILE,
p: *const i8,
s: i32,
g: *mut PyObject,
l: *mut PyObject,
c: i32,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.