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