Function DH_meth_get_compute_key

Source
pub unsafe extern "C" fn DH_meth_get_compute_key(
    dhm: *const dh_method,
) -> Option<unsafe extern "C" fn(*mut u8, *const bignum_st, *mut dh_st) -> i32>