pub unsafe extern "C" fn furi_string_cat(
string_1: *mut FuriString,
string_2: *const FuriString,
)Expand description
Append a string to the string.
Concatenate the string with the other string.
ยงArguments
string_1- The string 1string_2- The string 2