Function flipperzero_sys::stream_insert_cstring
source · pub unsafe extern "C" fn stream_insert_cstring(
stream: *mut Stream,
string: *const c_char
) -> boolExpand description
Insert const char* to the stream @param stream Stream instance @param string c-string value @return true if the operation was successful @return false on error