pub type GFileAttributeInfo = _GFileAttributeInfo;
#[repr(C)]pub struct GFileAttributeInfo { pub name: *mut i8, pub type_: u32, pub flags: u32, }
name: *mut i8
type_: u32
flags: u32