func Delay(ms int) { C.delay(C.uint(ms)) }
//void delay(unsigned int duration); func Delay(duration uint) { C.delay(C.uint(duration)) }