Macro inline_foreign_function

Source
macro_rules! inline_foreign_function {
    ($input:ident, $body:block) => { ... };
}