I didn't find an obvious way when I was passing `O...
# development
a
I didn't find an obvious way when I was passing
Option<String>
around, but empty strings weren't valid where I was so I just used empty as
None
. I suspect you may need to just pass around a bool and a value, unless cbindgen offers you something fancy