pub unsafe extern "C" fn stream_insert_string( stream: *mut Stream, string: *mut FuriString, ) -> bool
Insert string to the stream
stream
string
true if the operation was successful false on error