pub fn atomic_write_0600(path: &Path, bytes: &[u8]) -> Result<()>
Atomically write bytes to path with mode 0o600 (create temp with mode, then rename).
path
0o600