RawMemoryImport
RawMemoryImport[ptr, format] imports raw memory from the pointer ptr with the specified format.
RawMemoryImport[format]represents an operator form ofRawMemoryImportthat can be applied to an expression.
Examples
ptr = RawMemoryAllocate["UnsignedInteger8", 10];
RawMemoryImport[ptr, "UnsignedInteger8"]Please visit the official Wolfram Language Reference for more details.