#[no_mangle]
pub extern "C" fn rustls_crypto_provider_builder_set_cipher_suites(
    builder: *mut rustls_crypto_provider_builder,
    cipher_suites: *const *const rustls_supported_ciphersuite,
    cipher_suites_len: size_t,
) -> rustls_result
Expand description

Customize the supported ciphersuites of the rustls_crypto_provider_builder.

Returns an error if the builder has already been built. Overwrites any previously set ciphersuites.