pub const file_obj = extern struct
pub const file_obj = extern struct { /// Access time. atim: timespec, /// Modification time mtim: timespec, /// Change time ctim: timespec, __pad: [3]usize, name: [*:0]u8, }