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