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