pub fn redact_content_in_place(
    content: &mut BTreeMap<String, CanonicalJsonValue>,
    rules: &RedactionRules,
    event_type: impl AsRef<str>,
) -> Result<(), RedactionError>Expand description
Redacts the given event content using the given redaction rules for the version of the current room.
Edits the content in-place.