We are attempting to flatten the `util` module; move the `bip152` module to the crate root out of `util`. Currently `src/util/` is ignored by the formatter so this move causes the `bip152` module to be formatted.
Add a simple deserialization fuzz test for `PrefilledTransaction`.