pub unsafe extern "C" fn wasmMemoryCopy(
destinationMemory: *const wasmMemory,
sourceMemory: *const wasmMemory,
destinationAddress: U32,
sourceAddress: U32,
count: U32,
)pub unsafe extern "C" fn wasmMemoryCopy(
destinationMemory: *const wasmMemory,
sourceMemory: *const wasmMemory,
destinationAddress: U32,
sourceAddress: U32,
count: U32,
)