IsWandView method

int IsWandView(
  1. Pointer<WandView> arg0
)

Implementation

int IsWandView(
  ffi.Pointer<WandView> arg0,
) {
  return _IsWandView(
    arg0,
  );
}