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