pub unsafe extern "C" fn EC_POINT_point2cbb(
    out: *mut CBB,
    group: *const EC_GROUP,
    point: *const EC_POINT,
    form: point_conversion_form_t,
    ctx: *mut BN_CTX
) -> c_int