intrflush_sp method

int intrflush_sp(
  1. Pointer<SCREEN> arg0,
  2. Pointer<WINDOW> arg1,
  3. bool arg2
)

Implementation

int intrflush_sp(
  ffi.Pointer<SCREEN> arg0,
  ffi.Pointer<WINDOW> arg1,
  bool arg2,
) {
  return _intrflush_sp(
    arg0,
    arg1,
    arg2,
  );
}