`MaybeUninit::uninit_array` was removed since it was never in stable (https://github.com/rust-lang/rust/issues/96097). It's used several times in `msgpacker` e.g https://github.com/codx-dev/msgpacker/blob/main/msgpacker/src/unpack/common.rs#L100C46-L100C58.