pub unsafe extern "C" fn graphene_vec4_subtract(
    a: *const graphene_vec4_t,
    b: *const graphene_vec4_t,
    res: *mut graphene_vec4_t
)