macro_rules! impl_metadata_val {
    ($rust_type:ty, $metadata_type:tt, $metadata_array_type:tt, $type_id:expr) => { ... };
}