pub const SEEK = struct
pub const SEEK = struct { pub const SET = 0; pub const CUR = 1; pub const END = 2; }