pub fn write_to_file<S: AsRef<[u8]>, P: AsRef<Path>>( source: S, target: P, ) -> Result<File, FileError>