pub unsafe extern "C" fn furi_string_cat_str(
    string_1: *mut FuriString,
    cstring_2: *const [i8; 0]
)
Expand description

@brief Append a C string to the string. Concatenate the string with the C string. @param string_1 @param cstring_2