[][src]Function xcb::xproto::put_image_checked

pub fn put_image_checked<'a>(
    c: &'a Connection,
    format: u8,
    drawable: Drawable,
    gc: Gcontext,
    width: u16,
    height: u16,
    dst_x: i16,
    dst_y: i16,
    left_pad: u8,
    depth: u8,
    data: &[u8]
) -> VoidCookie<'a>