pub fn validate_range_i64( field: &'static str, value: i64, min: Option<i64>, max: Option<i64>, ) -> Result<(), CoolError>