pub unsafe extern "C" fn EC_POINT_is_on_curve(
    group: *const EC_GROUP,
    point: *const EC_POINT,
    ctx: *mut BN_CTX
) -> c_int