TOnDatagramCallback
Bun

type

quic.OnDatagramCallback

type OnDatagramCallback = (this: QuicSession, datagram: Uint8Array, early: boolean) => void