fn format_decimal_str_internal( value_str: &str, precision: usize, scale: i8, safe_decimal: bool, ) -> String