pub type WasmPtr64<T> = WasmPtr<T, Memory64>;
Alias for `WasmPtr<T, Memory64>.
struct WasmPtr64<T> { /* private fields */ }