pub fn init_crypto_provider()Expand description
Initialize the rustls crypto provider.
This must be called before any TLS operations. It is safe to call multiple times
as it uses Once to ensure initialization happens exactly once.
Uses the ring crypto provider for rustls.