winch method

int winch(
  1. Pointer<WINDOW> arg0
)

Implementation

int winch(
  ffi.Pointer<WINDOW> arg0,
) {
  return _winch(
    arg0,
  );
}