void ImageDrawPixel(Pointer<ImageC> dst, int posX, int posY, ColorC color) { return _ImageDrawPixel(dst, posX, posY, color); }