fn named_struct<L: SchemaTypeLink>(
    name: &'static str,
    fields: impl IntoIterator<Item = (&'static str, WellKnownTypeId)>
) -> ScryptoTypeData<L>