Function free_u32_ptr

Source
pub unsafe fn free_u32_ptr(ptr: *mut u32)
Expand description

Free 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>