ref: 63fe8a7a0105321c24a1fa79c6fef01c943a54ad dir: /libnpe/_dirent.h/
struct DIR { Dir *d; struct dirent de; int fd; long n; /* number of entries in d */ long i; /* current entry to return from readdir */ };