maybe a better question is,what's the idiomatic wa...
# development
h
maybe a better question is,what's the idiomatic way to pass a value that may be
None
or may be something from python into a rust FFI function? (I think I'll need this for the union stuff I was talking about earlier)