pub fn parse_vector<'a>( value: &'a (impl AsValueRef + 'a), type_hint: Option<VectorType>, ) -> Result<Vector<'a>>