pub unsafe extern "C" fn furi_string_replace_at(
string: *mut FuriString,
pos: usize,
len: usize,
replace: *const c_char,
)Expand description
Replace in the string the sub-string at position ‘pos’ for ‘len’ bytes into the C string ‘replace’.
§Arguments
string- The stringpos- The positionlen- The lengthreplace- The replace