#[no_mangle]
pub extern "C" fn __udivmodti4(
    n: u128,
    d: u128,
    rem: Option<&mut u128>
) -> u128
Expand description

Returns n / d and sets *rem = n % d