pub unsafe extern "C" fn furi_string_push_back(
    string: *mut FuriString,
    c: c_char
)
Expand description

@brief Append a character to the string. @param string @param c