Function set_u32_ptr

Source
pub unsafe fn set_u32_ptr(ptr: *mut u32, arg: u32)
Expand description

Set the value of a pointer. This method is exported in the WebAssembly module to be used on the JavaScript side, see web-backend.js.

ยงSafety

See <https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref>