macro_rules! bincode_ffi_binary {
($name:ident, $input1_type:ty, $input2_type:ty, | $arg1:ident, $arg2:ident | $body:expr_2021) => { ... };
}Expand description
Creates a FFI-compatible function that takes two bincode buffers as input, deserializes them to two arguments, applies a body of logic, and returns the result as a bincode buffer.