pub(crate) fn make_vector<T>(sexptype: SEXPTYPE, values: T) -> Robjwhere T: IntoIterator, T::IntoIter: ExactSizeIterator, T::Item: Into<Robj>,