Macro host_api_body

macro_rules! host_api_body {
    ($host: ident, ($($name:ident: $type:ty),*), $body:block) => { ... };
}