When cudarc (with cudnn) is a built for cuda 11.8 and `dynamic-loading`, the library will panic on undefined symbol. Even though [`version_check`](https://github.com/coreylowman/cudarc/blob/e2befed7d9b0352247d51c73554d8dfdb0996579/src/cudnn/result.rs#L48) is only tested on CUDA 12, the dynamic loading on CUDA 11 still tries to load `cudnnAdvVersionCheck` where it doesn't exist.