pub unsafe extern "C" fn cairo_set_source_surface(
    cr: *mut cairo_t,
    surface: *mut cairo_surface_t,
    x: f64,
    y: f64
)