pub unsafe extern "C" fn SDL_UpdateWindowSurface(
    window: *mut SDL_Window
) -> c_int
Expand description

Updates the window surface data for the user to see.

Returns: 0 on success, negative on failure. Call SDL_GetErrorMsg for more.