pub fn redact_value(value: &str, unsafe_include: bool) -> String
Redact secret-bearing chunks from a free-form value: split on common delimiters and replace any opaque chunk with the redaction marker.