[][src]Function xcb::xproto::create_cursor_checked

pub fn create_cursor_checked<'a>(
    c: &'a Connection,
    cid: Cursor,
    source: Pixmap,
    mask: Pixmap,
    fore_red: u16,
    fore_green: u16,
    fore_blue: u16,
    back_red: u16,
    back_green: u16,
    back_blue: u16,
    x: u16,
    y: u16
) -> VoidCookie<'a>