macro_rules! from_to_native_wasm_type {
    ( $( $type:ty => $native_type:ty ),* ) => { ... };
}