Freeing SDL_SysWMmsg

For my C++ wrapper around SDL, I just finished digging around the Wiki
to see which data structures / pointers do and don’t need to be
deallocated. Unfortunately, I don’t know much about SDL_SysWMmsg. Is
this permanently allocated? Do I deallocate it with something? How do
I deal with this thing?