pub type DSA_SIG = DSA_SIG_st;
struct DSA_SIG { pub r: *mut bignum_st, pub s: *mut bignum_st, }
r: *mut bignum_st
s: *mut bignum_st