puffs_cc_getcaller
puffs_cc_getcaller(puffs_cc_getcc(pu), &pid, &lid);
int puffs_cc_getcaller(struct puffs_cc *,pid_t *,lwpid_t *);
puffs_cc_getcaller(pcc, &fusectx->pid, NULL);
(void)puffs_cc_getcaller(pcc, (pid_t *)&fih->pid, NULL);