macro_rules! host_externs {
    ( $( $func_name:ident:$version:literal ),* ) => { ... };
}