Tcl_AppendToObj

Function Tcl_AppendToObj 

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