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

Read the header (file type and version).

Returns:

  • True on success

Arguments

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