pub unsafe extern "C" fn graphene_vec3_near(
    v1: *const graphene_vec3_t,
    v2: *const graphene_vec3_t,
    epsilon: c_float
) -> bool