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