GetMagicPatternExtent method

int GetMagicPatternExtent(
  1. Pointer<ExceptionInfo> arg0
)

Implementation

int GetMagicPatternExtent(
  ffi.Pointer<ExceptionInfo> arg0,
) {
  return _GetMagicPatternExtent(
    arg0,
  );
}