rustls_server_config_builder_free

"Free" a server_config_builder without building it into a rustls_server_config. Normally builders are built into rustls_server_configs via rustls_server_config_builder_build and may not be free'd or otherwise used afterwards. Use free only when the building of a config has to be aborted before a config was created.

extern (C)
void
rustls_server_config_builder_free

Meta