When `Vec::from_raw_parts` is called, the pointer _must_ be non-null and must refer to allocated memory.
When
Vec::from_raw_partsis called, the pointer must be non-null and must refer to allocated memory.