pub fn execute_write( file: File, offset: u64, buffer: Buffer<Submitted>, ) -> Result<CompletionPayload>
Execute a positional write at offset, returning the buffer and the number of bytes written.
offset