pub unsafe extern "C" fn cairo_matrix_scale(
    matrix: *mut cairo_matrix_t,
    sx: f64,
    sy: f64
)