Set a UTF-8 pointer parameter to refer to val (no copy).
Declared in <openssl/params.h>
int
OSSL_PARAM_set_utf8_ptr(
OSSL_PARAM* p,
char const* val);
1 on success, or 0 on type failure.
| Name | Description |
|---|---|
| p | Parameter locator with type OSSL_PARAM_UTF8_PTR. |
| val | Pointer to a NUL-terminated string retained by the caller. |