krb5_get_init_creds_opt_set_out_ccache
ret = krb5_get_init_creds_opt_set_out_ccache(k5->ctx, options, k5->out_cc);
krb5_get_init_creds_opt_set_out_ccache(ksu_context, options, cc_tmp);
code = krb5_get_init_creds_opt_set_out_ccache(context, opt, cred->ccache);
code = krb5_get_init_creds_opt_set_out_ccache(ctx->k5c, ctx->gic_opts,
krb5_get_init_creds_opt_set_out_ccache(ctx, opt, ccache);
check(krb5_get_init_creds_opt_set_out_ccache(context, opt, cc));
krb5_get_init_creds_opt_set_out_ccache(context, opt, NULL);
retval = krb5_get_init_creds_opt_set_out_ccache(context, opts, ccache);
krb5_get_init_creds_opt_set_out_ccache(ctx, opt, out_ccache));
krb5_get_init_creds_opt_set_out_ccache,
MAKE_FUNC_INFO(krb5_get_init_creds_opt_set_out_ccache),
DECL_FUNC_PTR(krb5_get_init_creds_opt_set_out_ccache);
extern DECL_FUNC_PTR(krb5_get_init_creds_opt_set_out_ccache);