void ImageDrawCircle( Pointer<ImageC> dst, int centerX, int centerY, int radius, ColorC color, ) { return _ImageDrawCircle(dst, centerX, centerY, radius, color); }