pub unsafe extern "C" fn s2n_client_hello_get_server_name_length(
    ch: *mut s2n_client_hello,
    length: *mut u16
) -> c_int
Expand description

Gets the length of the first server name in a Client Hello.

@param ch A pointer to the ClientHello @param length A pointer which will be populated with the length of the server name