logo
pub unsafe extern "C" fn mpf_mul_ui(
    rop: *mut mpf_t,
    op1: *const mpf_t,
    op2: c_ulong
)
Expand description