type runtime/cgo.Handle

5 uses

	runtime/cgo (current package)
		handle.go#L97: type Handle uintptr
		handle.go#L108: func NewHandle(v any) Handle {
		handle.go#L115: 	return Handle(h)
		handle.go#L121: func (h Handle) Value() any {
		handle.go#L134: func (h Handle) Delete() {