pub unsafe fn write_to_memory(dst: *mut u8, src: &[u8])
Write bytes into WASM linear memory at the given pointer.
dst must point to at least src.len() bytes of valid, writable memory.
dst
src.len()