GetMagickBlobSupport method

int GetMagickBlobSupport(
  1. Pointer<MagickInfo> arg0
)

Implementation

int GetMagickBlobSupport(
  ffi.Pointer<MagickInfo> arg0,
) {
  return _GetMagickBlobSupport(
    arg0,
  );
}