Function flipperzero_sys::stream_insert
source · Expand description
Insert N chars to the stream, starting at the current pointer. Data will be inserted, not overwritteт, so the stream will be increased in size. @param stream Stream instance @param data data to be inserted @param size size of data to be inserted @return true if the operation was successful @return false on error