pub unsafe fn uninit_vec<T>(len: usize) -> Vec<T>
The caller must ensure that the vector is initialized before use.