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

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