pub unsafe extern "C" fn SDL_SetWindowTitle(
    window: *mut SDL_Window,
    title: *const c_char
)
Expand description

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

\sa SDL_GetWindowTitle()