pub type HirId = HirId;
struct HirId { pub owner: OwnerId, pub local_id: ItemLocalId, }
owner: OwnerId
local_id: ItemLocalId