rustls_connection_set_userdata

Set the userdata pointer associated with this connection. This will be passed to any callbacks invoked by the connection, if you've set up callbacks in the config. The pointed-to data must outlive the connection.

extern (C)
void
rustls_connection_set_userdata

Meta