This fixes an assertion failure when building certain projects for arm64e with `-use-clang-function-types` Swift compiler flag: ``` Expected non-null Clang type for @convention(c)/@convention(block) function but found nullptr ``` rdar://121227452