pub fn file_write(path: &str, data: &[u8]) -> Result<EmptyStruct, FileError>
Write bytes to a file (creates or overwrites)