Small nitpick : In Rust you would use an Enum (a discriminated Union) for this not an Union and you wouldn't need unsafe.
Small nitpick : In Rust you would use an Enum (a discriminated Union) for this not an Union and you wouldn't need unsafe.