@_expose(wasm, "deallocUnowned")
public func _dealloc_unowned(_ pointer: UnsafeMutableRawPointer) { pointer.deallocate() }
This function is not exposed to wasm.
@_expose(wasm, "deallocUnowned")
public func _dealloc_unowned(_ pointer: UnsafeMutableRawPointer) { pointer.deallocate() }
This function is not exposed to wasm.