pub unsafe extern "C" fn flipper_format_seek_to_end(
    flipper_format: *mut FlipperFormat
) -> bool
Expand description

Move the RW pointer at the end. Can be useful if you want to add some data after reading. @param flipper_format Pointer to a FlipperFormat instance @return True on success