Function vec_into_raw_parts

Source
pub fn vec_into_raw_parts<T>(v: Vec<T>) -> (*mut T, usize, usize)