pub unsafe extern "C" fn s2n_client_hello_get_compression_methods_length(
    ch: *mut s2n_client_hello,
    out_length: *mut u32
) -> i32
Expand description

Get the length of the compression methods list sent in the Client Hello.

@param ch A pointer to the Client Hello @param out_length An out pointer. Will be set to the length of the compression methods list in bytes. @returns S2N_SUCCESS on success. S2N_FAILURE on failure