GetWandViewException method

Pointer<Char> GetWandViewException(
  1. Pointer<WandView> arg0,
  2. Pointer<Int32> arg1
)

Implementation

ffi.Pointer<ffi.Char> GetWandViewException(
  ffi.Pointer<WandView> arg0,
  ffi.Pointer<ffi.Int32> arg1,
) {
  return _GetWandViewException(
    arg0,
    arg1,
  );
}