Source position: libgmp.pp line 132
type T_mpz_struct = record
_mp_alloc: Tcint;
_mp_size: Tcint;
_mp_d: Pmp_limb_t;
end;