[bindings] Resolve type aliases mapped as opaque types
authorMatt Corallo <git@bluematt.me>
Thu, 11 Feb 2021 16:39:21 +0000 (11:39 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 18 Feb 2021 17:28:25 +0000 (12:28 -0500)
commit842d2f6ce7da27ddc439501cf4025c9daaf6b0e8
tree66f44bb19872660eb6b1556ca121fdb6e4c2bca2
parentf3ce70660dfeb2e772b5a8285298e5e897a17e6f
[bindings] Resolve type aliases mapped as opaque types

We already map type aliases which alias private types as opaque,
but we don't resolve them like we would any other opaque type,
preventing conversion printing or type use.
c-bindings-gen/src/types.rs