pyo3::ffi

Function PyRun_SimpleFileEx

Source
pub unsafe extern "C" fn PyRun_SimpleFileEx(
    f: *mut FILE,
    p: *const i8,
    c: i32,
) -> i32