pub unsafe extern "C" fn furi_string_replace_all_str(
    string: *mut FuriString,
    needle: *const c_char,
    replace: *const c_char
)
Expand description

@brief Replace all occurrences of ‘needle’ C string into ‘replace’ C string. @param string @param needle @param replace