pub type fpos_t = __fpos_t;
struct fpos_t { pub __pos: i64, pub __state: __mbstate_t, }
__pos: i64
__state: __mbstate_t