TOnVersionNegotiationCallback
Bun

type

quic.OnVersionNegotiationCallback

type OnVersionNegotiationCallback = (this: QuicSession, version: number, requestedVersions: number[], supportedVersions: number[]) => void