PhidgetLCD_drawRect

Function PhidgetLCD_drawRect 

Source
pub unsafe extern "C" fn PhidgetLCD_drawRect(
    ch: PhidgetLCDHandle,
    x1: c_int,
    y1: c_int,
    x2: c_int,
    y2: c_int,
    filled: c_int,
    inverted: c_int,
) -> PhidgetReturnCode