Function pyo3::ffi::PyRun_File

source ·
pub unsafe extern "C" fn PyRun_File(
    fp: *mut FILE,
    p: *const i8,
    s: i32,
    g: *mut PyObject,
    l: *mut PyObject
) -> *mut PyObject