With -fsanitize=kcfi, disabling indirect call checking using
the no_sanitize attribute is not fine-grained enough in cases
where we want to disable checking only for specific calls. The
__builtin_kcfi_call_unchecked builtin accepts an indirect call
expression and emits the call without KCFI type checking.
Depends on D119296
auto *Call =
https://llvm.org/docs/CodingStandards.html#beware-unnecessary-copies-with-auto