Function mpz_mul_2exp

Source
pub unsafe extern "C" fn mpz_mul_2exp(
    rop: mpz_ptr,
    op1: mpz_srcptr,
    op2: bitcnt_t,
)
Expand description