pub unsafe extern "C" fn s2n_client_hello_get_raw_message_length(
    ch: *mut s2n_client_hello
) -> isize
Expand description

Function to determine the size of the raw Client Hello buffer.

Can be used to determine the necessary size of the out buffer for s2n_client_hello_get_raw_message()

@param ch The Client Hello handle @returns The size of the ClientHello message received by the server