account_module
struct account_module *accountp;
accountp = calloc(1, sizeof (struct account_module));
return (((struct account_module *)funcp)->pam_sm_acct_mgmt);