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