native display handle

Hi there…
I’m writing a plugin for an application that uses SDL.
Is there any API available to get the native display handle (in my case wayland) without having a pointer to the actual SDL_Window. Something similar to how EglGetCurrentDisplay() allows you to access the current display?

thanks in advance,
tobi