Due to how packed is changed in rust 1.80, please update the TickArray and Tick structs from `repr(packed)` to `repr(C,packed)`. Link: https://github.com/rust-lang/rust/pull/125360/