Tcl_WrongNumArgs

Function Tcl_WrongNumArgs 

Source
pub unsafe extern "C" fn Tcl_WrongNumArgs(
    interp: *mut Tcl_Interp,
    objc: c_int,
    objv: *const *mut Tcl_Obj,
    message: *const c_char,
)