flipperzero_sysFunction flipper_format_write_string_cstr
Source pub unsafe extern "C" fn flipper_format_write_string_cstr(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *const c_char,
) -> bool
Expand description
Write key and string. Plain C string version.
§Arguments
flipper_format - Pointer to a FlipperFormat instance
key - Key
data - Value
§Returns
True on success