vga_setpixel
static vd_setpixel_t vga_setpixel;
.vd_setpixel = vga_setpixel,
vga_setpixel(vd, x, y, color);
vga_setpixel(vd, x1, y, color);
vga_setpixel(vd, x2, y, color);