type
quic.OnPathValidationCallback
type OnPathValidationCallback = (this: QuicSession, result: 'success' | 'failure' | 'aborted', newLocalAddress: SocketAddress, newRemoteAddress: SocketAddress, oldLocalAddress: SocketAddress | null, oldRemoteAddress: SocketAddress | null, preferredAddress: boolean) => void