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"]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.