pub unsafe extern "C" fn flipper_format_write_string_cstr(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *const c_char
) -> boolExpand 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