GetMagickEndianSupport method

int GetMagickEndianSupport(
  1. Pointer<MagickInfo> arg0
)

Implementation

int GetMagickEndianSupport(
  ffi.Pointer<MagickInfo> arg0,
) {
  return _GetMagickEndianSupport(
    arg0,
  );
}