Function pyo3_ffi::PyRun_AnyFileExFlags
source ยท pub unsafe extern "C" fn PyRun_AnyFileExFlags(
fp: *mut FILE,
filename: *const c_char,
closeit: c_int,
flags: *mut PyCompilerFlags,
) -> c_int
Available on non-
Py_LIMITED_API
only.