pub type fsid_t = __fsid_t;
#[repr(C)]pub struct fsid_t { pub __val: [i32; 2], }
__val: [i32; 2]
source