[#GENERAL_NAME_set0_value] = GENERAL_NAME_set0_value :mrdocs: Set the type and owned value pointer of a GeneralName. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void GENERAL_NAME_set0_value( xref:GENERAL_NAME.adoc[GENERAL_NAME]* a, int type, void* value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | GeneralName to update. | *type* | Name form (GEN_EMAIL, GEN_DNS, GEN_OTHERNAME, and so on). | *value* | Typed payload ownership transferred into `a` for `type.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#