void ImageResize(Pointer<ImageC> image, int newWidth, int newHeight) { return _ImageResize(image, newWidth, newHeight); }