Tcl_AppendLimitedToObj

Function Tcl_AppendLimitedToObj 

Source
pub unsafe extern "C" fn Tcl_AppendLimitedToObj(
    objPtr: *mut Tcl_Obj,
    bytes: *const c_char,
    length: c_int,
    limit: c_int,
    ellipsis: *const c_char,
)