sdl2 :: SDLRenderer :: native_copy
private fun native_copy(texture: SDLTexture, src, dst: SDLRect) `{ SDL_RenderCopy(self, texture, src, dst); `}