devela::_dep::pyo3::ffi

Function PyRun_AnyFileEx

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