Function pyo3_ffi::PyRun_AnyFileEx

source ยท
pub unsafe extern "C" fn PyRun_AnyFileEx(
    fp: *mut FILE,
    name: *const c_char,
    closeit: c_int
) -> c_int