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