private static extern Bool SDL_SetClipRect( IntPtr surface, ref Rect rect);
private static extern int SDL_BlitSurface( IntPtr src, ref Rect srcrect, IntPtr dst, IntPtr dstrect);
private static extern void SDL_GetClipRect( IntPtr surface, out Rect rect);