pub fn unsafe_uninitialized<T>() -> T
Expand description

Fully inlined, completely unverified code to allocate as uninitialized and remove deprecation warnings (and risk of std::mem::uninitialized()) function disappearing from Rust).