use_tioctl_sp method

void use_tioctl_sp(
  1. Pointer<SCREEN> arg0,
  2. bool arg1
)

Implementation

void use_tioctl_sp(
  ffi.Pointer<SCREEN> arg0,
  bool arg1,
) {
  return _use_tioctl_sp(
    arg0,
    arg1,
  );
}