pub unsafe extern "C" fn DH_get0_pqg(
    dh: *const DH,
    p: *mut *const BIGNUM,
    q: *mut *const BIGNUM,
    g: *mut *const BIGNUM
)