pub fn restore_text_from_encrypted_session( redactor: &Redactor, text: &str, encrypted_session: &str, passphrase: &str, ) -> Result<RestoreResult>