devela::_dep::pyo3::ffi

Function PyRun_AnyFileFlags

pub unsafe extern "C" fn PyRun_AnyFileFlags(
    arg1: *mut FILE,
    arg2: *const i8,
    arg3: *mut PyCompilerFlags,
) -> i32 
Available on crate features dep_pyo3 and std only.