macro_rules! impl_host_function {
    ( [$c_struct_representation:ident]
           $c_struct_name:ident,
           $( $x:ident ),* ) => { ... };
}