pub fn compare_values( left: &Value, right: &Value, insensitive: bool, natural: bool, ) -> Result<Ordering, ShellError>