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