Draw pixel within an image (Vector version)
void ImageDrawPixelV(Pointer<ImageC> dst, Vector2C position, ColorC color) => _ImageDrawPixelV(dst, position, color);