pub unsafe fn from_simple_vec<N: Clone>(vec: *const N, count: usize) -> Vec<N>