Bindings to functions like stat and friends seem to be elusive... Maybe missing large file support flags or CBinding not handling some C hackery being used (extern int stat(const char *restrict __file, struct stat *restrict __buf) asm(\"stat64\") __attribute__((nothrow)) __attribute__((nonnull(1, 2))))?