pub fn ExtraData(comptime T: type) type
pub fn ExtraData(comptime T: type) type { return struct { data: T, end: usize }; }