Source position: gmp.pas line 385
procedure mpz_gcdext(
var g: mpz_t;
var s: mpz_t;
var t: mpz_t;
var a: mpz_t;
var b: mpz_t
);