[#OSSL_PARAM_set_utf8_ptr] = OSSL_PARAM_set_utf8_ptr :mrdocs: Set a UTF‐8 pointer parameter to refer to `val` (no copy). == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_set_utf8_ptr( xref:OSSL_PARAM.adoc[OSSL_PARAM]* p, char const* val); ---- == Return Value 1 on success, or 0 on type failure. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter locator with type OSSL_PARAM_UTF8_PTR. | *val* | Pointer to a NUL‐terminated string retained by the caller. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#