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