Tk_DrawChars

Function Tk_DrawChars 

Source
pub unsafe extern "C" fn Tk_DrawChars(
    display: *mut Display,
    drawable: Drawable,
    gc: GC,
    tkfont: Tk_Font,
    source: *const c_char,
    numBytes: c_int,
    x: c_int,
    y: c_int,
)