flipperzero_sys

Function flipper_format_write_header

Source
pub unsafe extern "C" fn flipper_format_write_header(
    flipper_format: *mut FlipperFormat,
    filetype: *mut FuriString,
    version: u32,
) -> bool
Expand description

Write the header (file type and version).

§Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • filetype - File type string
  • version - Version Value

§Returns

True on success