Things like CUstream_st and CUcontext_st are defined in both crates meaning that they need to be cast or transmuted when used across crate boundaries.
Would be nice if shared definitions could be in a shared crate or if cuda-runtime-sys could depend on cuda-driver-sys and reuse the definitions there.