pub fn parse_decimal_opt(value: Option<&str>) -> Result<Option<Decimal>>
Parse an optional decimal string.