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

Write comment. Plain C string version.

Returns:

  • True on success

Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • data - Comment text