internal static extern unsafe void CancelThreadpoolIo(SafeThreadPoolIOHandle pio);
private ThreadPoolBoundHandle(SafeHandle handle, SafeThreadPoolIOHandle threadPoolHandle) { _threadPoolHandle = threadPoolHandle; _handle = handle; }
internal static extern unsafe void StartThreadpoolIo(SafeThreadPoolIOHandle pio);