Function gmp_mpfr_sys::gmp::MPZ_ROINIT_N [−][src]
pub const unsafe fn MPZ_ROINIT_N(xp: *mut limb_t, xs: size_t) -> mpz_t
See: MPZ_ROINIT_N
Note that this function is not currently extern "C"
because such
functions cannot be const functions, and this function is intended
primarily for constant values. The function will be changed to
extern "C"
once such functions can be const functions.