pub type lfs_gstate_t = lfs_gstate;
#[repr(C)]pub struct lfs_gstate_t { pub tag: u32, pub pair: [u32; 2], }
tag: u32
pair: [u32; 2]