pub fn normalize_bounded_u64_config_value( key: &str, value: &str, min: u64, max: u64, ) -> Result<String>
Normalizes a bounded u64 runtime configuration value for storage.
u64