pub unsafe extern "C" fn s2n_client_hello_get_extensions(
    ch: *mut s2n_client_hello,
    out: *mut u8,
    max_length: u32
) -> isize
Expand description

Copies into the out buffer max_length bytes of the extensions in the ClientHello.

@param ch The Client Hello handle @param out The destination buffer for the raw Client Hello extensions @param max_length The size of out in bytes @returns The number of copied bytes