pub unsafe extern "C" fn graphene_point_near(
    a: *const graphene_point_t,
    b: *const graphene_point_t,
    epsilon: c_float
) -> bool