FATP_NXT_WIDTH
#define FATP_MAX (1 << (FATP_NXT_WIDTH < 31 ? FATP_NXT_WIDTH : 31))
fatp_word_t nxt : FATP_NXT_WIDTH;/* at most 2^17 fat pointers */