extract_text_from_mem_encrypted

Function extract_text_from_mem_encrypted 

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