I would like to use the pcsc-rs crate to implement a rust module which in turn exposes a C api.
In my case I would need to
- Go from
Context to SCARDCONTEXT
- Go from
ReaderState to SCARD_READERSTATE`
It would be great if there were into_raw and from_raw methods.