From: Matt Corallo Date: Wed, 23 Mar 2022 16:29:40 +0000 (+0000) Subject: Manually handle generated types containing references to opaques X-Git-Tag: v0.0.105.2^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3798e35c9b8f23fa1500b8bc9867fef319287133;hp=3798e35c9b8f23fa1500b8bc9867fef319287133;p=ldk-c-bindings Manually handle generated types containing references to opaques This is really disgusting, we really shouldn't have references in generated types at all, its just a mess. Instead, we should break apart arguments when its a tuple, which would solve this more cleanly. ---