constvoidptr

Results 1 issues of constvoidptr

I needed the ability the cache multiple `Symbol`s in a struct across FFI calls. I didn't want to use a self referental struct, so instead I created a `OwnedSymbol` type...

enhancement