pub type BN_MONT_CTX = bn_mont_ctx_st;
struct BN_MONT_CTX { pub RR: bignum_st, pub N: bignum_st, pub n0: [u64; 2], }
RR: bignum_st
N: bignum_st
n0: [u64; 2]