pub unsafe extern "C" fn cairo_surface_get_device_scale(
    surface: *mut cairo_surface_t,
    x_scale: *mut f64,
    y_scale: *mut f64
)