pub fn decrypt_file_to( src: &Path, dst: &Path, master_key: &[u8], ) -> Result<Option<FileHeader>>
Decrypt src into dst.
src
dst