func SendKeycode(keyCode uint8) { C.SendKeycode(C.int(keyCode)) }
func SendKeycode(keyCode uint8) { C.SendKeycode(C.char(keyCode)) }