PhidgetLCD_setCharacterBitmap_async

Function PhidgetLCD_setCharacterBitmap_async 

Source
pub unsafe extern "C" fn PhidgetLCD_setCharacterBitmap_async(
    ch: PhidgetLCDHandle,
    font: PhidgetLCD_Font,
    character: *const c_char,
    bitmap: *const u8,
    fptr: Phidget_AsyncCallback,
    ctx: *mut c_void,
)