[][src]Function openssl_sys::SSL_CTX_set_client_hello_cb

pub unsafe extern "C" fn SSL_CTX_set_client_hello_cb(
    c: *mut SSL_CTX,
    cb: SSL_client_hello_cb_fn,
    arg: *mut c_void
)