pub fn format_with_privacy(
    unit: i32,
    amount: &Amount,
    separators: SeparatorStyle,
    privacy: bool
) -> String
Expand description

| Format as string (with unit) of fixed | length to preserve privacy, if it is | set. |