pub fn extract_text_from_mem_encrypted( buffer: &[u8], password: &str, ) -> Result<String, OutputError>