Function flipperzero_sys::flipper_format_write_string
source · pub unsafe extern "C" fn flipper_format_write_string(
flipper_format: *mut FlipperFormat,
key: *const c_char,
data: *mut FuriString
) -> boolExpand description
Write key and string @param flipper_format Pointer to a FlipperFormat instance @param key Key @param data Value @return True on success