krb5_fast_req
encode_krb5_fast_req(const krb5_fast_req *, krb5_data **);
decode_krb5_fast_req(const krb5_data *, krb5_fast_req **);
void KRB5_CALLCONV krb5_free_fast_req(krb5_context, krb5_fast_req *);
krb5_fast_req * fast_req = NULL;
DEFFIELD(fast_req_0, krb5_fast_req, fast_options, 0, krb5_flags);
DEFFIELD(fast_req_1, krb5_fast_req, req_body, 1, ptr_fast_req_padata);
DEFFIELD(fast_req_2, krb5_fast_req, req_body, 2, ptr_kdc_req_body);
DEFSEQTYPE(fast_req, krb5_fast_req, fast_req_fields);
krb5_fast_req fast_req;
krb5_free_fast_req(krb5_context context, krb5_fast_req *val)