Function Tcl_EvalFile

Source
pub unsafe extern "C" fn Tcl_EvalFile(
    interp: *mut Tcl_Interp,
    fileName: *const c_char,
) -> c_int