wsyncup method

void wsyncup(
  1. Pointer<WINDOW> arg0
)

Implementation

void wsyncup(
  ffi.Pointer<WINDOW> arg0,
) {
  return _wsyncup(
    arg0,
  );
}