GlobalUnWire method

int GlobalUnWire(
  1. Pointer<Void> hMem
)

Implementation

int GlobalUnWire(
  ffi.Pointer<ffi.Void> hMem,
) {
  return _GlobalUnWire(
    hMem,
  );
}