The `ToHex` trait was replaced by either simple `Display`/`LowerHex` where appropriate or `DisplayHex` from `bitcoin_internals` which is faster. This change replaces the usages and removes the trait.
Move the `psbt` module out of `util` and into the crate root module. Done as part of an effort to clean up `util`.