[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, 11 Feb 2021 21:19:41 +0000 (16:19 -0500)
commit04aae0e99236942f95211ab2f65de6c91d78193a
tree585e50d33bfd898152591194234f3fa620100eb7
parent2372635fa25cb85728d42a7501a8358b9580bad1
[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