Function Tcl_SetStringObj

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