In (c)imgui the clipboard is managed by providing two function pointers to the IO object: `GetClipboardTextFn` and `SetClipboardTextFn` Supporting this probably needs a bit of hardcoded cgo code.