macro_rules! newtype_identified_vec {
    (of: $item_ty: ty, named: $struct_name: ident) => { ... };
}