pub unsafe extern "C" fn cairo_matrix_multiply(
    matrix: *mut cairo_matrix_t,
    left: *const cairo_matrix_t,
    right: *const cairo_matrix_t
)