NC_NLEN_BITS
return (key << NC_NLEN_BITS) | (uintptr_t)nlen;
#define NC_NLEN_MASK ((1 << NC_NLEN_BITS) - 1)