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