pub unsafe extern "C" fn SDL_GetWindowTitle(
    window: *mut SDL_Window
) -> *const c_char
Expand description

\brief Get the title of a window, in UTF-8 format.

\sa SDL_SetWindowTitle()