pub fn localize_well_known<S>(
    type_kind: TypeKind<<S as CustomSchema>::CustomTypeKind<RustTypeId>, RustTypeId>
) -> TypeKind<<S as CustomSchema>::CustomTypeKind<LocalTypeId>, LocalTypeId>
where S: CustomSchema,