pub unsafe extern "C" fn furi_string_replace_at(
    string: *mut FuriString,
    pos: usize,
    len: usize,
    replace: *const [i8; 0]
)
Expand description

@brief Replace in the string the sub-string at position ‘pos’ for ‘len’ bytes into the C string ‘replace’. @param string @param pos @param len @param replace