def shiftOut(dPin, cPin, order, val): return _wiringpi.shiftOut(dPin, cPin, order, val)
def shiftOut(*args): return _wiringpi.shiftOut(*args)