Function SSL_set0_tmp_dh_pkey

Source
pub unsafe extern "C" fn SSL_set0_tmp_dh_pkey(
    s: *mut SSL,
    dhpkey: *mut EVP_PKEY,
) -> c_int