Pre-RFC: Explicit Opt-in OIBIT for truly POD data and safe transmutes

In Rust, it’s considered unsafe to read an uninitialized value, which includes padding. If we were to go forward with this RFC, presumably we’d need to weaken it to “reading uninitialized values of types that do not implement Mappable is unsafe”.