pub fn write_private_file(path: &Path, contents: &[u8]) -> Result<(), Error>
Write a private file with mode 0600 on Unix.
0600