Function DSA_get0_key

Source
pub unsafe extern "C" fn DSA_get0_key(
    d: *const dsa_st,
    pub_key: *mut *const bignum_st,
    priv_key: *mut *const bignum_st,
)