macro_rules! ffi {
    ($($msg:expr)?) => { ... };
}
Expand description

Indicates that the function is implemented as a FFI.