ResetImagePixels method
Implementation
int ResetImagePixels(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<ExceptionInfo> arg1,
) {
  return _ResetImagePixels(
    arg0,
    arg1,
  );
}
int ResetImagePixels(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<ExceptionInfo> arg1,
) {
  return _ResetImagePixels(
    arg0,
    arg1,
  );
}