devela::_dep::pyo3::ffi

Function PyRun_AnyFileExFlags

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