[][src]Function xcb::xproto::translate_coordinates_unchecked

pub fn translate_coordinates_unchecked<'a>(
    c: &'a Connection,
    src_window: Window,
    dst_window: Window,
    src_x: i16,
    src_y: i16
) -> TranslateCoordinatesCookie<'a>