Function xsArrayBuffer
Returns an ArrayBuffer slot.
					
			xs .bindings .xsSlotRecord xsArrayBuffer
			(
			
			  scope xs .bindings .xsMachineRecord* the,
			
			  void* buffer,
			
			  int size
			
			);
					
				
			Parameters
| Name | Description | 
|---|---|
| the | A machine | 
| buffer | |
| size | The size of the data in bytes |