pub unsafe extern "C" fn furi_stream_buffer_is_full( stream_buffer: *mut FuriStreamBuffer, ) -> bool
Queries a stream buffer to see if it is full.
stream_buffer
true if the stream buffer is full. false if the stream buffer is not full.