pub fn file_write_all_bytes( path: PathBuf, bytes: &[u8], overwrite: bool, ) -> Result<usize>
Writes all bytes to a file.