CancelThreadpoolIo method

void CancelThreadpoolIo(
  1. Pointer<_TP_IO> pio
)

Implementation

void CancelThreadpoolIo(
  ffi.Pointer<_TP_IO> pio,
) {
  return _CancelThreadpoolIo(
    pio,
  );
}