Function flipperzero_sys::flipper_format_read_header
source · [−]pub unsafe extern "C" fn flipper_format_read_header(
flipper_format: *mut FlipperFormat,
filetype: *mut FuriString,
version: *mut u32
) -> boolExpand description
Read the header (file type and version). @param flipper_format Pointer to a FlipperFormat instance @param filetype File type string @param version Version Value @return True on success