See https://github.com/rust-lang/libc/pull/4216. `ino_t` is currently a `long`, but on 32-bit should be a `u64`. We probably ideally want a few of the other changes from that PR, such as setting the correct field types, in cases where they are correct.