```
This is needed for #20138. Please refer to the added documentation for
motivation.
```
Backport of [[https://github.com/bitcoin/bitcoin/pull/20255 | core#20255]].
Depends on D9681.
Comes with a linter fix for an edge case where a macro defining
`((void)(val))` would be linted as `(()(val))`.
Ref T1611.