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