[][src]Function termbox_simple::tb_change_cell

pub unsafe extern "C" fn tb_change_cell(
    x: c_int,
    y: c_int,
    ch: u32,
    fg: u16,
    bg: u16
)