Type Definition openssl_sys::SSL_client_hello_cb_fn[][src]

pub type SSL_client_hello_cb_fn = Option<unsafe extern "C" fn(s: *mut SSL, al: *mut c_int, arg: *mut c_void) -> c_int>;