pub unsafe extern "C" fn mpi_gcd(
    G: *mut mpi,
    A: *const mpi,
    B: *const mpi
) -> c_int