pub unsafe extern "C" fn furi_string_cat(
    string_1: *mut FuriString,
    string_2: *const FuriString
)
Expand description

@brief Append a string to the string. Concatenate the string with the other string. @param string_1 @param string_2