pub unsafe extern "C" fn SDL_SetWindowSize(
    window: *mut SDL_Window,
    w: c_int,
    h: c_int
)
Expand description

Sets the window’s client area size (in screen coordinates).

Fails if either input is 0 or less.