pub fn emit_unredacted<T: Serialize>( code: &str, payload: &T, ) -> Result<(), Error>
Emit a payload to stdout without AFDATA redaction. This is only for explicit reveal flags; normal command output must use emit.
emit