pub fn decrypt_clip_content(
clip: &mut Clip,
key: Option<[u8; 32]>,
) -> DecryptOutcomeExpand description
Decrypt clip.content in place if clip.encrypted and a key is available.
Returns a typed outcome — never silently returns ciphertext as plaintext.