pub unsafe fn with_bytes<F, R>(offset: MemPtr, length: MemLength, f: F) -> Rwhere F: FnOnce(&[u8]) -> R,
Interprets an offset and length (both isize) as a byte slice.
Should only be called with arguments that originate from with_mem_ptr.
with_mem_ptr