pub unsafe extern "C" fn mpz_submul_ui(
    rop: mpz_ptr,
    op1: mpz_srcptr,
    op2: c_ulong
)
Expand description