pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> Result<()>
Writes a slice as the entire contents of a file.
May return any of the same errors as std::fs::write
std::fs::write