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

Write key and string @param flipper_format Pointer to a FlipperFormat instance @param key Key @param data Value @return True on success