pub unsafe extern "C" fn furi_stream_buffer_is_full(
    stream_buffer: *mut c_void
) -> bool
Expand description

@brief Queries a stream buffer to see if it is full.

@param stream_buffer stream buffer instance. @return true if the stream buffer is full. @return false if the stream buffer is not full.