Implement `ReplaceNodeModuleProceduralFunctionsRector`
### Problem/Motivation
Replaces deprecated Node module procedural functions with their OOP equivalents. node_type_get_names(), node_get_type_label(), and node_mass_update() are deprecated in drupal:11.3.0 and removed in drupal:13.0.0. Removed node_mass_update from this rector as it is already covered by FunctionToServiceRector configuration.
### Work items
- Commit(s): [dbb71d64f1](https://github.com/palantirnet/drupal-rector/commit/dbb71d64f17b)
### Credit
- Implemented by: @bbrala
---
*Filed retroactively as part of the Drupal 12 rector coverage effort. Closed as fixed; credit to be applied to the contributors listed above.*
*AI was used extensively to build this change and to file this issue. See [Dries Buytaert: AI-generated Rector rules for Drupal](https://dri.es/ai-generated-rector-rules-for-drupal) and [Björn Brala: Drupal Rector rules are config, not code. Mostly.](https://www.linkedin.com/pulse/drupal-rector-rules-config-code-mostly-bj%C3%B6rn-brala-vfpwe/).*
issue