fix: xrGetVulkanGraphicsRequirementsKHR not exported by loader since it's not core.
We recently fixed the exports of the OpenXR loader to do what the spec says, so it no longer exports the non-core entry points directly. This fixes the link error, enabling use with the latest OpenXR loader.