pyo3::ffi

Function PyRun_SimpleFile

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