pub unsafe extern "C" fn cairo_surface_get_device_offset(
    surface: *mut cairo_surface_t,
    x_offset: *mut f64,
    y_offset: *mut f64
)