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