pub fn write(what: &str, suffix: &str, bytes: &[u8]) -> Result<PathBuf>
bytes in a new file rmut-<what>-<unique><suffix> under the temp dir, mode 0600. The caller removes it.
bytes
rmut-<what>-<unique><suffix>