```
The current prevector test effectively randomly generates a number of
operations to perform on a prevector and a normal vector, and checks
consistency between the two.
By converting this into a fuzzer the operations can be targetted rather
than random.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/18529 | PR18529]].