pub type mp_int = fp_int;
struct mp_int { pub used: i32, pub sign: i32, pub dp: [u64; 72], }
used: i32
sign: i32
dp: [u64; 72]