Tcl_ListObjReplace

Function Tcl_ListObjReplace 

Source
pub unsafe extern "C" fn Tcl_ListObjReplace(
    interp: *mut Tcl_Interp,
    listPtr: *mut Tcl_Obj,
    first: c_int,
    count: c_int,
    objc: c_int,
    objv: *const *mut Tcl_Obj,
) -> c_int