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

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

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