pub fn choose_with_deprecation<T: Clone>( field: &'static str, common: Option<&T>, nv: Option<&T>, ) -> Option<T>
Helper function to choose between common and nvext values with deprecation warnings