Make it so we don't need to rely on dangerous casts here: https://github.com/TokTok/c-toxcore/blob/e230ad4d09f400e50e0c1207418a028cecee8ded/auto_tests/auto_test_support.c#L152 The cast here relies on the fact that `mono_time` is at the same struct offset in `struct Messenger` and `struct Tox`.
Make it so we don't need to rely on dangerous casts here:
c-toxcore/auto_tests/auto_test_support.c
Line 152 in e230ad4
The cast here relies on the fact that
mono_timeis at the same struct offset instruct Messengerandstruct Tox.