in src/transport/xqc_transport_params.c [867:871]
static xqc_int_t xqc_decode_extended_ack_features(xqc_transport_params_t *params, xqc_transport_params_type_t exttype,
const uint8_t *p, const uint8_t *end, uint64_t param_type, uint64_t param_len)
{
XQC_DECODE_VINT_VALUE(¶ms->extended_ack_features, p, end);
}