pub fn file_append(path: &str, data: &[u8]) -> Result<Void, FileError>
Append bytes to a file
path
data
Result<Void, FileError>