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 -
  • string_2 -