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