pub fn validate_u64_range(value: &str, min: u64, max: u64) -> SubXResult<u64>
Validate a u64 value within a specified range.