Function flipper_format_stream_delete_key_and_write
Source pub unsafe extern "C" fn flipper_format_stream_delete_key_and_write(
stream: *mut Stream,
write_data: *mut FlipperStreamWriteData,
strict_mode: bool,
) -> bool
Expand description
Removes a key and the corresponding value string from the stream and inserts a new key/value pair.
§Arguments
stream -
write_data -
strict_mode -
§Returns
true
false