inline fn store32(bytes: []u8, w: u32) void
inline fn store32(bytes: []u8, w: u32) void { mem.writeInt(u32, bytes[0..4], w, .little); }