Function pyo3_ffi::PyRun_SimpleFile

source ยท
pub unsafe extern "C" fn PyRun_SimpleFile(
    f: *mut FILE,
    p: *const c_char
) -> c_int