Function flipperzero_sys::stream_write
source · pub unsafe extern "C" fn stream_write(
stream: *mut Stream,
data: *const u8,
size: usize
) -> usizeExpand description
Write N bytes to the stream @param stream Stream instance @param data data to write @param size size of data to be written @return size_t how many bytes was written