pub unsafe extern "C" fn flipper_format_delete_key(
    flipper_format: *mut FlipperFormat,
    key: *const i8
) -> bool
Expand description

Removes the first matching key and its value. Sets the RW pointer to a position of deleted data. @param flipper_format Pointer to a FlipperFormat instance @param key Key @return True on success