to_pem()
See the OpenSSL documentation for PEM_write_bio_ECPKParameters()
static VALUE ossl_ec_group_to_pem(VALUE self) { return ossl_ec_group_to_string(self, EXPORT_PEM); }