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