pub unsafe extern "C" fn cairo_set_dash(
    cr: *mut cairo_t,
    dashes: *const f64,
    num_dashes: i32,
    offset: f64
)