pub fn output_doc_encrypted<PW: AsRef<[u8]>>( doc: &mut Document, output: &mut dyn OutputDev, password: PW, ) -> Result<(), OutputError>