pub unsafe extern "C" fn flipper_format_update_uint32(
    flipper_format: *mut FlipperFormat,
    key: *const i8,
    data: *const u32,
    data_size: u16
) -> bool
Expand description

Updates the value of the first matching key to a uint32 array value. Sets the RW pointer to a position at the end of inserted data. @param flipper_format Pointer to a FlipperFormat instance @param key Key @param data Value @return True on success