Pointer to the parameter value buffer (input when setting, output when requesting).
Synopsis
Declared in <openssl/core.h>
void* data;
Description
Organization of the bytes depends on data_type. For PTR types this holds a pointer to the actual data rather than the data itself.
Created with MrDocs