[][src]Function flint_sys::flint_to_gmp

pub unsafe fn flint_to_gmp(flint: fmpz) -> *const mpz_t

Convert a flint integer to a gmp pointer Takes ownership of the input integer, returning a pointer that must be freed.