pub unsafe extern "C" fn stream_read_line( stream: *mut Stream, str_result: *mut FuriString, ) -> bool
Read line from a stream (supports LF and CRLF line endings)
stream
str_result
true if line length is not zero false otherwise