swift-source/all/Generated/tabsFFI.h (769 lines of code) (raw):

// This file was autogenerated by some hot garbage in the `uniffi` crate. // Trust me, you don't want to mess with it! #pragma once #include <stdbool.h> #include <stddef.h> #include <stdint.h> // The following structs are used to implement the lowest level // of the FFI, and thus useful to multiple uniffied crates. // We ensure they are declared exactly once, with a header guard, UNIFFI_SHARED_H. #ifdef UNIFFI_SHARED_H // We also try to prevent mixing versions of shared uniffi header structs. // If you add anything to the #else block, you must increment the version suffix in UNIFFI_SHARED_HEADER_V4 #ifndef UNIFFI_SHARED_HEADER_V4 #error Combining helper code from multiple versions of uniffi is not supported #endif // ndef UNIFFI_SHARED_HEADER_V4 #else #define UNIFFI_SHARED_H #define UNIFFI_SHARED_HEADER_V4 // ⚠️ Attention: If you change this #else block (ending in `#endif // def UNIFFI_SHARED_H`) you *must* ⚠️ // ⚠️ increment the version suffix in all instances of UNIFFI_SHARED_HEADER_V4 in this file. ⚠️ typedef struct RustBuffer { uint64_t capacity; uint64_t len; uint8_t *_Nullable data; } RustBuffer; typedef struct ForeignBytes { int32_t len; const uint8_t *_Nullable data; } ForeignBytes; // Error definitions typedef struct RustCallStatus { int8_t code; RustBuffer errorBuf; } RustCallStatus; // ⚠️ Attention: If you change this #else block (ending in `#endif // def UNIFFI_SHARED_H`) you *must* ⚠️ // ⚠️ increment the version suffix in all instances of UNIFFI_SHARED_HEADER_V4 in this file. ⚠️ #endif // def UNIFFI_SHARED_H #ifndef UNIFFI_FFIDEF_RUST_FUTURE_CONTINUATION_CALLBACK #define UNIFFI_FFIDEF_RUST_FUTURE_CONTINUATION_CALLBACK typedef void (*UniffiRustFutureContinuationCallback)(uint64_t, int8_t ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE #define UNIFFI_FFIDEF_FOREIGN_FUTURE_FREE typedef void (*UniffiForeignFutureFree)(uint64_t ); #endif #ifndef UNIFFI_FFIDEF_CALLBACK_INTERFACE_FREE #define UNIFFI_FFIDEF_CALLBACK_INTERFACE_FREE typedef void (*UniffiCallbackInterfaceFree)(uint64_t ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE #define UNIFFI_FFIDEF_FOREIGN_FUTURE typedef struct UniffiForeignFuture { uint64_t handle; UniffiForeignFutureFree _Nonnull free; } UniffiForeignFuture; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U8 typedef struct UniffiForeignFutureStructU8 { uint8_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructU8; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U8 typedef void (*UniffiForeignFutureCompleteU8)(uint64_t, UniffiForeignFutureStructU8 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I8 typedef struct UniffiForeignFutureStructI8 { int8_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructI8; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I8 typedef void (*UniffiForeignFutureCompleteI8)(uint64_t, UniffiForeignFutureStructI8 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U16 typedef struct UniffiForeignFutureStructU16 { uint16_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructU16; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U16 typedef void (*UniffiForeignFutureCompleteU16)(uint64_t, UniffiForeignFutureStructU16 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I16 typedef struct UniffiForeignFutureStructI16 { int16_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructI16; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I16 typedef void (*UniffiForeignFutureCompleteI16)(uint64_t, UniffiForeignFutureStructI16 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U32 typedef struct UniffiForeignFutureStructU32 { uint32_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructU32; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U32 typedef void (*UniffiForeignFutureCompleteU32)(uint64_t, UniffiForeignFutureStructU32 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I32 typedef struct UniffiForeignFutureStructI32 { int32_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructI32; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I32 typedef void (*UniffiForeignFutureCompleteI32)(uint64_t, UniffiForeignFutureStructI32 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_U64 typedef struct UniffiForeignFutureStructU64 { uint64_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructU64; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_U64 typedef void (*UniffiForeignFutureCompleteU64)(uint64_t, UniffiForeignFutureStructU64 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_I64 typedef struct UniffiForeignFutureStructI64 { int64_t returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructI64; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_I64 typedef void (*UniffiForeignFutureCompleteI64)(uint64_t, UniffiForeignFutureStructI64 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F32 typedef struct UniffiForeignFutureStructF32 { float returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructF32; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F32 typedef void (*UniffiForeignFutureCompleteF32)(uint64_t, UniffiForeignFutureStructF32 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_F64 typedef struct UniffiForeignFutureStructF64 { double returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructF64; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64 #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_F64 typedef void (*UniffiForeignFutureCompleteF64)(uint64_t, UniffiForeignFutureStructF64 ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_POINTER #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_POINTER typedef struct UniffiForeignFutureStructPointer { void*_Nonnull returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructPointer; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_POINTER #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_POINTER typedef void (*UniffiForeignFutureCompletePointer)(uint64_t, UniffiForeignFutureStructPointer ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_RUST_BUFFER #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_RUST_BUFFER typedef struct UniffiForeignFutureStructRustBuffer { RustBuffer returnValue; RustCallStatus callStatus; } UniffiForeignFutureStructRustBuffer; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_RUST_BUFFER typedef void (*UniffiForeignFutureCompleteRustBuffer)(uint64_t, UniffiForeignFutureStructRustBuffer ); #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID #define UNIFFI_FFIDEF_FOREIGN_FUTURE_STRUCT_VOID typedef struct UniffiForeignFutureStructVoid { RustCallStatus callStatus; } UniffiForeignFutureStructVoid; #endif #ifndef UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID #define UNIFFI_FFIDEF_FOREIGN_FUTURE_COMPLETE_VOID typedef void (*UniffiForeignFutureCompleteVoid)(uint64_t, UniffiForeignFutureStructVoid ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_REMOTECOMMANDSTORE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_REMOTECOMMANDSTORE void*_Nonnull uniffi_tabs_fn_clone_remotecommandstore(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_REMOTECOMMANDSTORE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_REMOTECOMMANDSTORE void uniffi_tabs_fn_free_remotecommandstore(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND int8_t uniffi_tabs_fn_method_remotecommandstore_add_remote_command(void*_Nonnull ptr, RustBuffer device_id, RustBuffer command, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND_AT #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND_AT int8_t uniffi_tabs_fn_method_remotecommandstore_add_remote_command_at(void*_Nonnull ptr, RustBuffer device_id, RustBuffer command, int64_t when, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_GET_UNSENT_COMMANDS #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_GET_UNSENT_COMMANDS RustBuffer uniffi_tabs_fn_method_remotecommandstore_get_unsent_commands(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_REMOVE_REMOTE_COMMAND #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_REMOVE_REMOTE_COMMAND int8_t uniffi_tabs_fn_method_remotecommandstore_remove_remote_command(void*_Nonnull ptr, RustBuffer device_id, RustBuffer command, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_SET_PENDING_COMMAND_SENT #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_REMOTECOMMANDSTORE_SET_PENDING_COMMAND_SENT int8_t uniffi_tabs_fn_method_remotecommandstore_set_pending_command_sent(void*_Nonnull ptr, RustBuffer command, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_TABSBRIDGEDENGINE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_TABSBRIDGEDENGINE void*_Nonnull uniffi_tabs_fn_clone_tabsbridgedengine(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_TABSBRIDGEDENGINE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_TABSBRIDGEDENGINE void uniffi_tabs_fn_free_tabsbridgedengine(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_APPLY #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_APPLY RustBuffer uniffi_tabs_fn_method_tabsbridgedengine_apply(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_ENSURE_CURRENT_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_ENSURE_CURRENT_SYNC_ID RustBuffer uniffi_tabs_fn_method_tabsbridgedengine_ensure_current_sync_id(void*_Nonnull ptr, RustBuffer new_sync_id, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_LAST_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_LAST_SYNC int64_t uniffi_tabs_fn_method_tabsbridgedengine_last_sync(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_PREPARE_FOR_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_PREPARE_FOR_SYNC void uniffi_tabs_fn_method_tabsbridgedengine_prepare_for_sync(void*_Nonnull ptr, RustBuffer client_data, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_RESET #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_RESET void uniffi_tabs_fn_method_tabsbridgedengine_reset(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_RESET_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_RESET_SYNC_ID RustBuffer uniffi_tabs_fn_method_tabsbridgedengine_reset_sync_id(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SET_LAST_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SET_LAST_SYNC void uniffi_tabs_fn_method_tabsbridgedengine_set_last_sync(void*_Nonnull ptr, int64_t last_sync, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SET_UPLOADED #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SET_UPLOADED void uniffi_tabs_fn_method_tabsbridgedengine_set_uploaded(void*_Nonnull ptr, int64_t new_timestamp, RustBuffer uploaded_ids, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_STORE_INCOMING #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_STORE_INCOMING void uniffi_tabs_fn_method_tabsbridgedengine_store_incoming(void*_Nonnull ptr, RustBuffer incoming_envelopes_as_json, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_FINISHED #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_FINISHED void uniffi_tabs_fn_method_tabsbridgedengine_sync_finished(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_ID RustBuffer uniffi_tabs_fn_method_tabsbridgedengine_sync_id(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_STARTED #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_SYNC_STARTED void uniffi_tabs_fn_method_tabsbridgedengine_sync_started(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_WIPE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSBRIDGEDENGINE_WIPE void uniffi_tabs_fn_method_tabsbridgedengine_wipe(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_TABSSTORE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_CLONE_TABSSTORE void*_Nonnull uniffi_tabs_fn_clone_tabsstore(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_TABSSTORE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_FREE_TABSSTORE void uniffi_tabs_fn_free_tabsstore(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_CONSTRUCTOR_TABSSTORE_NEW #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_CONSTRUCTOR_TABSSTORE_NEW void*_Nonnull uniffi_tabs_fn_constructor_tabsstore_new(RustBuffer path, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_BRIDGED_ENGINE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_BRIDGED_ENGINE void*_Nonnull uniffi_tabs_fn_method_tabsstore_bridged_engine(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_CLOSE_CONNECTION #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_CLOSE_CONNECTION void uniffi_tabs_fn_method_tabsstore_close_connection(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_GET_ALL #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_GET_ALL RustBuffer uniffi_tabs_fn_method_tabsstore_get_all(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_NEW_REMOTE_COMMAND_STORE #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_NEW_REMOTE_COMMAND_STORE void*_Nonnull uniffi_tabs_fn_method_tabsstore_new_remote_command_store(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_REGISTER_WITH_SYNC_MANAGER #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_REGISTER_WITH_SYNC_MANAGER void uniffi_tabs_fn_method_tabsstore_register_with_sync_manager(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_SET_LOCAL_TABS #define UNIFFI_FFIDEF_UNIFFI_TABS_FN_METHOD_TABSSTORE_SET_LOCAL_TABS void uniffi_tabs_fn_method_tabsstore_set_local_tabs(void*_Nonnull ptr, RustBuffer remote_tabs, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_ALLOC #define UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_ALLOC RustBuffer ffi_tabs_rustbuffer_alloc(uint64_t size, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_FROM_BYTES #define UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_FROM_BYTES RustBuffer ffi_tabs_rustbuffer_from_bytes(ForeignBytes bytes, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_FREE #define UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_FREE void ffi_tabs_rustbuffer_free(RustBuffer buf, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_RESERVE #define UNIFFI_FFIDEF_FFI_TABS_RUSTBUFFER_RESERVE RustBuffer ffi_tabs_rustbuffer_reserve(RustBuffer buf, uint64_t additional, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U8 void ffi_tabs_rust_future_poll_u8(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U8 void ffi_tabs_rust_future_cancel_u8(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U8 void ffi_tabs_rust_future_free_u8(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U8 uint8_t ffi_tabs_rust_future_complete_u8(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I8 void ffi_tabs_rust_future_poll_i8(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I8 void ffi_tabs_rust_future_cancel_i8(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I8 void ffi_tabs_rust_future_free_i8(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I8 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I8 int8_t ffi_tabs_rust_future_complete_i8(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U16 void ffi_tabs_rust_future_poll_u16(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U16 void ffi_tabs_rust_future_cancel_u16(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U16 void ffi_tabs_rust_future_free_u16(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U16 uint16_t ffi_tabs_rust_future_complete_u16(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I16 void ffi_tabs_rust_future_poll_i16(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I16 void ffi_tabs_rust_future_cancel_i16(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I16 void ffi_tabs_rust_future_free_i16(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I16 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I16 int16_t ffi_tabs_rust_future_complete_i16(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U32 void ffi_tabs_rust_future_poll_u32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U32 void ffi_tabs_rust_future_cancel_u32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U32 void ffi_tabs_rust_future_free_u32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U32 uint32_t ffi_tabs_rust_future_complete_u32(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I32 void ffi_tabs_rust_future_poll_i32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I32 void ffi_tabs_rust_future_cancel_i32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I32 void ffi_tabs_rust_future_free_i32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I32 int32_t ffi_tabs_rust_future_complete_i32(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_U64 void ffi_tabs_rust_future_poll_u64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_U64 void ffi_tabs_rust_future_cancel_u64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_U64 void ffi_tabs_rust_future_free_u64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_U64 uint64_t ffi_tabs_rust_future_complete_u64(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_I64 void ffi_tabs_rust_future_poll_i64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_I64 void ffi_tabs_rust_future_cancel_i64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_I64 void ffi_tabs_rust_future_free_i64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_I64 int64_t ffi_tabs_rust_future_complete_i64(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_F32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_F32 void ffi_tabs_rust_future_poll_f32(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_F32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_F32 void ffi_tabs_rust_future_cancel_f32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_F32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_F32 void ffi_tabs_rust_future_free_f32(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_F32 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_F32 float ffi_tabs_rust_future_complete_f32(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_F64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_F64 void ffi_tabs_rust_future_poll_f64(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_F64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_F64 void ffi_tabs_rust_future_cancel_f64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_F64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_F64 void ffi_tabs_rust_future_free_f64(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_F64 #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_F64 double ffi_tabs_rust_future_complete_f64(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_POINTER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_POINTER void ffi_tabs_rust_future_poll_pointer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_POINTER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_POINTER void ffi_tabs_rust_future_cancel_pointer(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_POINTER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_POINTER void ffi_tabs_rust_future_free_pointer(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_POINTER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_POINTER void*_Nonnull ffi_tabs_rust_future_complete_pointer(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_RUST_BUFFER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_RUST_BUFFER void ffi_tabs_rust_future_poll_rust_buffer(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_RUST_BUFFER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_RUST_BUFFER void ffi_tabs_rust_future_cancel_rust_buffer(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_RUST_BUFFER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_RUST_BUFFER void ffi_tabs_rust_future_free_rust_buffer(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_RUST_BUFFER #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_RUST_BUFFER RustBuffer ffi_tabs_rust_future_complete_rust_buffer(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_VOID #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_POLL_VOID void ffi_tabs_rust_future_poll_void(uint64_t handle, UniffiRustFutureContinuationCallback _Nonnull callback, uint64_t callback_data ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_VOID #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_CANCEL_VOID void ffi_tabs_rust_future_cancel_void(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_VOID #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_FREE_VOID void ffi_tabs_rust_future_free_void(uint64_t handle ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_VOID #define UNIFFI_FFIDEF_FFI_TABS_RUST_FUTURE_COMPLETE_VOID void ffi_tabs_rust_future_complete_void(uint64_t handle, RustCallStatus *_Nonnull out_status ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND uint16_t uniffi_tabs_checksum_method_remotecommandstore_add_remote_command(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND_AT #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_ADD_REMOTE_COMMAND_AT uint16_t uniffi_tabs_checksum_method_remotecommandstore_add_remote_command_at(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_GET_UNSENT_COMMANDS #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_GET_UNSENT_COMMANDS uint16_t uniffi_tabs_checksum_method_remotecommandstore_get_unsent_commands(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_REMOVE_REMOTE_COMMAND #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_REMOVE_REMOTE_COMMAND uint16_t uniffi_tabs_checksum_method_remotecommandstore_remove_remote_command(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_SET_PENDING_COMMAND_SENT #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_REMOTECOMMANDSTORE_SET_PENDING_COMMAND_SENT uint16_t uniffi_tabs_checksum_method_remotecommandstore_set_pending_command_sent(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_APPLY #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_APPLY uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_apply(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_ENSURE_CURRENT_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_ENSURE_CURRENT_SYNC_ID uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_ensure_current_sync_id(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_LAST_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_LAST_SYNC uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_last_sync(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_PREPARE_FOR_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_PREPARE_FOR_SYNC uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_prepare_for_sync(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_RESET #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_RESET uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_reset(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_RESET_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_RESET_SYNC_ID uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_reset_sync_id(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SET_LAST_SYNC #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SET_LAST_SYNC uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_set_last_sync(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SET_UPLOADED #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SET_UPLOADED uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_set_uploaded(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_STORE_INCOMING #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_STORE_INCOMING uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_store_incoming(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_FINISHED #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_FINISHED uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_sync_finished(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_ID #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_ID uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_sync_id(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_STARTED #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_SYNC_STARTED uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_sync_started(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_WIPE #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSBRIDGEDENGINE_WIPE uint16_t uniffi_tabs_checksum_method_tabsbridgedengine_wipe(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_BRIDGED_ENGINE #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_BRIDGED_ENGINE uint16_t uniffi_tabs_checksum_method_tabsstore_bridged_engine(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_CLOSE_CONNECTION #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_CLOSE_CONNECTION uint16_t uniffi_tabs_checksum_method_tabsstore_close_connection(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_GET_ALL #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_GET_ALL uint16_t uniffi_tabs_checksum_method_tabsstore_get_all(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_NEW_REMOTE_COMMAND_STORE #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_NEW_REMOTE_COMMAND_STORE uint16_t uniffi_tabs_checksum_method_tabsstore_new_remote_command_store(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_REGISTER_WITH_SYNC_MANAGER #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_REGISTER_WITH_SYNC_MANAGER uint16_t uniffi_tabs_checksum_method_tabsstore_register_with_sync_manager(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_SET_LOCAL_TABS #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_METHOD_TABSSTORE_SET_LOCAL_TABS uint16_t uniffi_tabs_checksum_method_tabsstore_set_local_tabs(void ); #endif #ifndef UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_CONSTRUCTOR_TABSSTORE_NEW #define UNIFFI_FFIDEF_UNIFFI_TABS_CHECKSUM_CONSTRUCTOR_TABSSTORE_NEW uint16_t uniffi_tabs_checksum_constructor_tabsstore_new(void ); #endif #ifndef UNIFFI_FFIDEF_FFI_TABS_UNIFFI_CONTRACT_VERSION #define UNIFFI_FFIDEF_FFI_TABS_UNIFFI_CONTRACT_VERSION uint32_t ffi_tabs_uniffi_contract_version(void ); #endif