pub type ECDSA_SIG = ecdsa_sig_st;
struct ECDSA_SIG { pub r: *mut bignum_st, pub s: *mut bignum_st, }
r: *mut bignum_st
s: *mut bignum_st