pub const stack_t = extern struct
pub const stack_t = extern struct { sp: [*]u8, flags: i32, size: usize, }