to_der()
See the OpenSSL documentation for i2d_ECPKParameters_bio()
static VALUE ossl_ec_group_to_der(VALUE self) { return ossl_ec_group_to_string(self, EXPORT_DER); }