ref: 580ac62432f7fe44be0fb72cdf1d1ab4dd1d8cec dir: /sys/src/cmd/unix/u9fs/u9fsauth.h/
typedef struct Auth Auth; struct Auth { char *name; char *(*session)(Fcall*, Fcall*); char *(*attach)(Fcall*, Fcall*); };