``` export struct SDL_Window { // Opaque [...] } ``` --- ``` struct SDL_Window { // Opaque [...] } ```