Macro hazardflow_designs::ffi
source · macro_rules! ffi { ($($msg:expr)?) => { ... }; }
Expand description
Indicates that the function is implemented as a FFI.
macro_rules! ffi { ($($msg:expr)?) => { ... }; }
Indicates that the function is implemented as a FFI.