# Functions
NewHandle returns a handle for a given value.
# Constants
MaxHandle is the largest value that an Handle can hold.
# Type aliases
Handle is an alternative implementation of cgo.Handle introduced by Go 1.17, see https://pkg.go.dev/runtime/cgo.