pub fn validate_uint_range(value: &str, min: u32, max: u32) -> SubXResult<u32>
Validate an unsigned integer within a specified range.