pub type fsobj_id_t = fsobj_id;
#[repr(C)]pub struct fsobj_id_t { pub fid_objno: u32, pub fid_generation: u32, }
fid_objno: u32
fid_generation: u32