pub unsafe extern "C" fn stream_insert_string(
    stream: *mut Stream,
    string: *mut FuriString
) -> bool
Expand description

Insert string to the stream @param stream Stream instance @param string string value @return true if the operation was successful @return false on error