Function flipper_format_update_string_cstr
Source pub unsafe extern "C" fn flipper_format_update_string_cstr(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *const c_char,
) -> bool
Expand description
Updates the value of the first matching key to a string value. Plain C
version. Sets the RW pointer to a position at the end of inserted data.
§Arguments
flipper_format - Pointer to a FlipperFormat instance
key - Key
data - Value
§Returns
True on success