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