pub unsafe extern "C" fn cairo_region_translate(
    region: *mut cairo_region_t,
    dx: c_int,
    dy: c_int
)