pub fn box_new_uninit<T>() -> Box<MaybeUninit<T>>
alloc
Box::new_uninit
See https://github.com/rust-lang/rust/issues/63291