void ImageDrawCircleV( Pointer<ImageC> dst, Vector2C center, int radius, ColorC color, ) { return _ImageDrawCircleV(dst, center, radius, color); }