pub unsafe extern "C" fn graphene_rect_interpolate(
    a: *const graphene_rect_t,
    b: *const graphene_rect_t,
    factor: c_double,
    res: *mut graphene_rect_t
)