Tcl_Eval

Function Tcl_Eval 

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