Function DH_set0_pqg

Source
pub unsafe extern "C" fn DH_set0_pqg(
    dh: *mut dh_st,
    p: *mut bignum_st,
    q: *mut bignum_st,
    g: *mut bignum_st,
) -> i32