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