IsBlobExempt method

int IsBlobExempt(
  1. Pointer<Image> arg0
)

Implementation

int IsBlobExempt(
  ffi.Pointer<Image> arg0,
) {
  return _IsBlobExempt(
    arg0,
  );
}