mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 08:33:13 +02:00
Replaces per-bridge implementations. Unfortunately, the other macros are a little harder: - bridge_deserialize and bridge_destroy allow customizing the /type/ name rather than the final function name - bridge_get[_optional]_bytearray avoids extra copies differently from bridge_fn_buffer This reorders the FFI arguments to put the output at the front, a convention we've been slowly moving towards anyway.