pub fn verify_array_integrity<T: Serialize>( data: &[T], metadata: &HashMap<String, String>, ) -> Result<bool>
Verify array integrity using metadata