_profile_t
typedef struct _profile_t *profile_t;
profile = malloc(sizeof(struct _profile_t));
memset(profile, 0, sizeof(struct _profile_t));
struct _profile_t;
(krb5_context, struct _profile_t * /* profile_t */ *);