Function _PyRun_AnyFileObject
pub unsafe extern "C" fn _PyRun_AnyFileObject(
fp: *mut FILE,
filename: *mut PyObject,
closeit: i32,
flags: *mut PyCompilerFlags,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.