Function decrypt_file

Source
pub fn decrypt_file(
    source_path: &str,
    target_path: &str,
    password: &str,
) -> Result<(), Box<dyn Error>>