flipperzero_sysFunction stream_insert_vaformat
Source pub unsafe extern "C" fn stream_insert_vaformat(
stream: *mut Stream,
format: *const c_char,
args: va_list,
) -> bool
Expand description
Insert formatted string to the stream, va_list version
§Arguments
stream - Stream instance
format -
args -
§Returns
true if the operation was successful
false on error