Support passing `Option<&OpaqueStruct>` to C
authorMatt Corallo <git@bluematt.me>
Mon, 27 Feb 2023 18:51:59 +0000 (18:51 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Feb 2023 18:51:59 +0000 (18:51 +0000)
Luckily the solution is trivial - just treat the conversion for the
inner pointer as `ptr_for_ref`, because we ultimately want a
pointer on the inside, not on the outside.


No differences found