pub unsafe extern "C" fn EC_POINT_set_to_infinity(
group: *const ec_group_st,
point: *mut ec_point_st,
) -> i32
Expand description
Sets a point to infinity (neutral element) \param group underlying EC_GROUP object \param point EC_POINT to set to infinity \return 1 on success and 0 if an error occurred